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 がコレクションに含まれている項目の数以上です。

適用対象