SharedPropertyGroup.PropertyByPosition(Int32) 方法

定义

返回处于给定位置的属性。

public:
 System::EnterpriseServices::SharedProperty ^ PropertyByPosition(int position);
public System.EnterpriseServices.SharedProperty PropertyByPosition (int position);
member this.PropertyByPosition : int -> System.EnterpriseServices.SharedProperty
Public Function PropertyByPosition (position As Integer) As SharedProperty

参数

position
Int32

属性的索引。

返回

请求的 SharedProperty

注解

与 不同 CreatePropertyByPosition,此属性必须已存在。

适用于