次の方法で共有


ValueCollection.Item[Int32] プロパティ

定義

コレクションの指定の場所からアイテムを取得します。

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

パラメーター

index
Int32

アイテムを取得するインデックスです。

プロパティ値

値のコレクションからの Object です。

適用対象