Compartilhar via


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

Definição

Retorna o índice do objeto especificado no ListView.CheckedIndexCollection.

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

Parâmetros

checkedIndex
Object

O índice baseado em zero da ListView.ListViewItemCollection a ser localizada na coleção.

Retornos

Int32

O índice de base zero na coleção em que o índice especificado do ListView.ListViewItemCollection está localizado se ele está na ListView.CheckedIndexCollection; caso contrário, -1.

Implementações

Aplica-se a