SharedPropertyGroup.PropertyByPosition(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回处于给定位置的属性。
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,此属性必须已存在。