ListView.CheckedListViewItemCollection.IList.IndexOf(Object) 方法

定义

返回指定的项在集合中的索引。

 virtual int System.Collections.IList.IndexOf(System::Object ^ item) = System::Collections::IList::IndexOf;
int IList.IndexOf (object item);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (item As Object) As Integer Implements IList.IndexOf

参数

item
Object

一个 ListViewItem,表示要在集合中查找的项。

返回

Int32

如果该项位于集合中,则为该项从零开始的索引;否则为 -1。

实现

适用于