ListView.CheckedIndexCollection.IndexOf(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从列表视图控件的 ListView.CheckedIndexCollection 返回指定索引的 ListView.ListViewItemCollection 中的索引。
public:
int IndexOf(int checkedIndex);
public int IndexOf (int checkedIndex);
member this.IndexOf : int -> int
Public Function IndexOf (checkedIndex As Integer) As Integer
参数
- checkedIndex
- Int32
要在集合中查找的 ListView.ListViewItemCollection 中从零开始的索引。
返回
如果指定的 ListView.ListViewItemCollection 索引在 ListView.CheckedIndexCollection 中,则为在集合中的从零开始的索引;否则为 -1。
注解
使用 Contains) 方法 (知道某个项位于选中索引集合中后,可以使用 IndexOf 方法确定索引在 中 ListView.CheckedIndexCollection的位置。