CheckedListBox.CheckedIndexCollection.IList.IndexOf(Object) 方法

定义

有关此成员的说明,请参见 IndexOf(Object)

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

参数

index
Object

要在此集合中查找的来自 CheckedListBox.ObjectCollection 的从零开始的索引。

返回

Int32

此成员是显式接口成员的实现。 它只能在 CheckedListBox.CheckedIndexCollection 实例被强制转换为 IList 接口时使用。

实现

适用于