GlobalCatalogCollection.IndexOf(GlobalCatalog) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la première occurrence de l'objet GlobalCatalog spécifié dans cette collection.
public:
int IndexOf(System::DirectoryServices::ActiveDirectory::GlobalCatalog ^ globalCatalog);
public int IndexOf (System.DirectoryServices.ActiveDirectory.GlobalCatalog globalCatalog);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.GlobalCatalog -> int
Public Function IndexOf (globalCatalog As GlobalCatalog) As Integer
Paramètres
- globalCatalog
- GlobalCatalog
Objet GlobalCatalog à rechercher dans cette collection.
Retours
Index de base zéro du premier objet correspondant. Retourne -1 si aucun membre de cette collection n'est identique à l'objet GlobalCatalog.
Exceptions
Un appel au service d'annuaire sous-jacent a échoué.
globalCatalog
a la valeur null
.