PropertyDescriptorCollection.IList.IndexOf(Object) Metodo

Definizione

Determina l'indice di un elemento specifico dell'insieme.

 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

Elemento da individuare nell'insieme.

Restituisce

Indice di value se si trova nell'elenco; in caso contrario -1.

Implementazioni

Si applica a