ListView.CheckedIndexCollection.IndexOf(Int32) 方法

定义

从列表视图控件的 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的位置。

适用于

另请参阅