_SimpleItems.Item[Object] プロパティ

定義

コレクション内 Object の (C#のオブジェクト ) を SimpleItems 返します。

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As Object

パラメーター

Index
Object

SimpleItems コレクション内のオブジェクトの 0 から始まるインデックス番号です。

プロパティ値

注釈

このプロパティがパラメーターで Index 指定されたコレクション内のオブジェクトを返すのに失敗した場合、メソッドは Nothing (C# では null 参照 (Visual Basic では Nothing) を返します。

適用対象