ListView.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

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

プロパティ値

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

例外

index の値が、0 未満または CountListView.SelectedIndexCollection プロパティの値以上です。

注釈

このインデクサーを使用すると、 から特定の選択したインデックスを ListView.SelectedIndexCollection取得できます。 コレクションに格納されているインデックスは、 内のListView選択した項目を表す の へのListViewインデックスListView.ListViewItemCollectionです。

適用対象