DataView.IList.Item[Int32] プロパティ

定義

このメンバーの詳細については、「Item[Int32]」をご覧ください。

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int recordIndex); void set(int recordIndex, System::Object ^ value); };
object? System.Collections.IList.Item[int recordIndex] { get; set; }
object System.Collections.IList.Item[int recordIndex] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(recordIndex As Integer) As Object Implements IList.Item

パラメーター

recordIndex
Int32

Int32 値。

プロパティ値

Object

このメンバーの詳細については、「Item[Int32]」をご覧ください。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataView のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。

適用対象