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。