Share via


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

適用対象