ListView.CheckedIndexCollection.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 参数小于零或大于等于 CountListView.CheckedIndexCollection 属性的值。

注解

此索引器使你能够从 ListView.CheckedIndexCollection获取特定索引。 集合中存储的索引是 的索引ListView.ListViewItemCollectionListView,表示 中ListView选中的项。

适用于