Condividi tramite


SiteMapNodeCollection.IList.IndexOf(Object) Metodo

Definizione

Determina l'indice dell'elemento specifico della raccolta che viene restituito dall'interfaccia IList. Per una descrizione di questo membro, vedere IndexOf(Object).

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

Parametri

value
Object

Oggetto da individuare nella raccolta IList.

Restituisce

Int32

L'indice del valore nell'elenco, se presente; in caso contrario -1.

Implementazioni

Si applica a

Vedi anche