PartialResultsCollection.Item[Int32] プロパティ

定義

Item[Int32] プロパティには、指定したインデックス位置にあるObjectが含まれます。

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のインデックス値。

プロパティ値

指定したインデックス位置にある Object

例外

index が 0 未満であるか、 index がコレクション内の項目数以上です。

適用対象