UIElementCollection.IList.IndexOf(Object) Metodo

Definizione

Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice. 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 nell'elenco.

Restituisce

Int32

Indice di value, se presente nell'elenco; in caso contrario, -1.

Implementazioni

Si applica a

Vedi anche