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

Definição

Devolve o índice da separaçã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

O separador para localizar no ListBox.IntegerCollectionarquivo .

Devoluções

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

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ListBox.IntegerCollection instância é transmitida para uma IList interface.

Aplica-se a