共用方式為


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

適用於