Compartilhar via


ListViewItem.ListViewSubItemCollection.IList.IndexOf(Object) Método

Definição

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

 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

Parâmetros

subItem
Object

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

Retornos

Int32

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

Implementações

Aplica-se a