ListBox.IntegerCollection.IList.IndexOf(Object) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.