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

適用対象