ListViewGroupCollection.IList.IndexOf(Object) Método

Definição

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

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

Parâmetros

value
Object

O ListViewGroupCollection a ser localizado no ListViewGroup.

Retornos

Int32

O índice de base zero do value se ele estiver na coleção, caso contrário, -1.

Implementações

Aplica-se a