次の方法で共有


PropertyBag.Item[Int32] プロパティ

定義

プロパティ バッグ内の指定したインデックス位置にある要素を取得または設定します。

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
public object this[int index] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object

パラメーター

index
Int32

要素のインデックス。

プロパティ値

PropertyBag指定した indexを持つ オブジェクト。

例外

index が 0 未満です。

適用対象