CheckedListBox.CheckedIndexCollection.IList.IndexOf(Object) Metodo

Definizione

Per una descrizione di questo membro, vedere IndexOf(Object).

 virtual int System.Collections.IList.IndexOf(System::Object ^ index) = System::Collections::IList::IndexOf;
int IList.IndexOf (object index);
int IList.IndexOf (object? index);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (index As Object) As Integer Implements IList.IndexOf

Parametri

index
Object

Indice in base zero contenuto in CheckedListBox.ObjectCollection da individuare in questo insieme.

Restituisce

Int32

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

Implementazioni

Si applica a