LinkLabel.LinkCollection.IList.IndexOf(Object) Metodo

Definizione

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

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

Parametri

linkvalue
Object

Oggetto Object da individuare in IList.

Restituisce

Indice del parametro link, se trovato nell'elenco; 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 LinkLabel.LinkCollection a un'interfaccia IList.

Si applica a