ListBox.SelectedIndexCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定したインデックスにあるインデックス値を取得します。
public:
property int default[int] { int get(int index); };
public int this[int index] { get; }
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer
パラメーター
- index
- Int32
コレクション内の取得する項目のインデックス。
プロパティ値
指定した位置に格納されている、ListBox.ObjectCollection のインデックス値。
例外
index
パラメーターの値がゼロ未満か、Count クラスの ListBox.SelectedIndexCollection プロパティの値以上です。
注釈
このインデクサーを使用すると、選択した特定のインデックスを ListBox.SelectedIndexCollection. コレクションに格納されているインデックスは、内の選択した項目をListBox表すインデックスのインデックスListBox.ObjectCollectionListBoxです。