CheckedListBox.CheckedIndexCollection.IList.Item[Int32] プロパティ

定義

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

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

パラメーター

index
Int32

取得する項目の、0 から始まるインデックス。

プロパティ値

指定した位置に格納されている、CheckedListBox.ObjectCollection のインデックス値。

実装

注釈

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

適用対象