ListBox.IntegerCollection.IList.IndexOf(Object) Metodo

Definizione

Restituisce l'indice della tabulazione specificata nell'insieme.

 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

Parametri

item
Object

Tabulazione da individuare in ListBox.IntegerCollection.

Valori restituiti

Indice in base zero dell'elemento ListBox.IntegerCollectionse è stato trovato in ; in caso contrario, -1.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ListBox.IntegerCollectionIList .

Si applica a