言語

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

適用対象