Partilhar via


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

Definição

Retorna o índice na coleção do cabeçalho de coluna especificado.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
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

Um objeto que representa o cabeçalho de coluna a ser localizado na coleção.

Retornos

Int32

O índice de value se encontrado na lista; caso contrário, -1.

Implementações

Aplica-se a