DsmlRequestDocument.IList.IndexOf(Object) Metodo

Definizione

Restituisce un indice in base zero per la prima occorrenza dell'oggetto DirectoryRequest specificato nella raccolta 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.

Restituisce

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

Implementazioni

Eccezioni

value è un riferimento null (Nothing in Visual Basic).

Si applica a