ListViewItem.ListViewSubItemCollection.IList.IndexOf(Object) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o índice dentro da 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 localizar na coleção.
Devoluções
O índice baseado em zero do subitem se este estiver na coleção; caso contrário, -1.