SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) 方法

定义

创建处于给定位置的属性。

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

适用于