Compartilhar via


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

Int32

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

Implementações

Comentários

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

Aplica-se a