DsmlRequestDocument.IList.IndexOf(Object) Metodo

Definizione

Restituisce l'indice in base zero della prima occorrenza dell'oggetto specificato DirectoryRequest nell'insieme DsmlRequestDocument .

 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 DirectoryRequest per il quale viene restituito l'indice.

Valori restituiti

Valore di indice dell'oggetto specificato DirectoryRequest , se trovato; in caso contrario, -1.

Implementazioni

Eccezioni

value è null riferimento (Nothing in Visual Basic).

Si applica a