ListBox.IntegerCollection.IList.IndexOf(Object) Método

Definição

Retorna o índice da parada de tabulação especificada na coleção.

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

A parada de tabulação a ser localizada no ListBox.IntegerCollection.

Retornos

O índice de base zero do item se ele foi encontrado no ListBox.IntegerCollection; caso contrário, -1.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ListBox.IntegerCollection instância é convertida em uma IList interface.

Aplica-se a