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 nell'oggetto ListBox.IntegerCollection.

Restituisce

Indice in base zero dell'elemento se è stato trovato nell'oggetto ListBox.IntegerCollection; in caso contrario, -1.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ListBox.IntegerCollection a un'interfaccia IList.

Si applica a