ListViewItem.ListViewSubItemCollection.IList.IndexOf(Object) 方法

定义

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

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

参数

subItem
Object

一个对象,表示要在集合中查找的子项。

返回

Int32

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

实现

适用于