SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建处于给定位置的属性。
public:
System::EnterpriseServices::SharedProperty ^ CreatePropertyByPosition(int position, [Runtime::InteropServices::Out] bool % fExists);
public System.EnterpriseServices.SharedProperty CreatePropertyByPosition (int position, out bool fExists);
member this.CreatePropertyByPosition : int * bool -> System.EnterpriseServices.SharedProperty
Public Function CreatePropertyByPosition (position As Integer, ByRef fExists As Boolean) As SharedProperty
参数
- position
- Int32
新属性的索引。
- fExists
- Boolean
确定该属性是否存在。 如果该属性存在,则在返回时设置为 true
。
返回
请求的 SharedProperty。