ReplicationNeighborCollection.IndexOf(ReplicationNeighbor) 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 l’index de la première occurrence de l’objet ReplicationNeighbor spécifié dans cette collection.
public:
int IndexOf(System::DirectoryServices::ActiveDirectory::ReplicationNeighbor ^ neighbor);
public int IndexOf (System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.ReplicationNeighbor -> int
Public Function IndexOf (neighbor As ReplicationNeighbor) As Integer
Paramètres
- neighbor
- ReplicationNeighbor
Objet ReplicationNeighbor à 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 ReplicationNeighbor.
Exceptions
Un appel au service d'annuaire sous-jacent a échoué.
neighbor
a la valeur null
.