ListBox.SelectedIndexCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックスにあるインデックス値を取得します。

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

コレクション内の取得する項目のインデックス。

プロパティ値

Int32

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

例外

index パラメーターの値がゼロ未満か、Count クラスの ListBox.SelectedIndexCollection プロパティの値以上です。

注釈

このインデクサーを使用すると、選択した特定のインデックスを ListBox.SelectedIndexCollection. コレクションに格納されているインデックスは、内の選択した項目をListBox表すインデックスのインデックスListBox.ObjectCollectionListBoxです。

適用対象