CheckedListBox.CheckedIndexCollection.IList.IndexOf(Object) Método

Definição

Para obter uma descrição deste membro, consulte 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

Parâmetros

index
Object

O índice baseado em zero do CheckedListBox.ObjectCollection a ser localizado nesta coleção.

Retornos

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a CheckedListBox.CheckedIndexCollection instância é convertida em uma IList interface.

Implementações

Aplica-se a