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

Definição

Retorna o índice do item especificado na coleção.

 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

Parâmetros

item
Object

Um objeto que representa o item a ser localizado na coleção.

Retornos

O índice baseado em zero do item se ele estiver na coleção, caso contrário, -1

Implementações

Aplica-se a