BasicProfileViolationCollection.IndexOf(BasicProfileViolation) 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 base zéro d'un BasicProfileViolation spécifié dans la collection.
public:
int IndexOf(System::Web::Services::Description::BasicProfileViolation ^ violation);
public int IndexOf (System.Web.Services.Description.BasicProfileViolation violation);
member this.IndexOf : System.Web.Services.Description.BasicProfileViolation -> int
Public Function IndexOf (violation As BasicProfileViolation) As Integer
Paramètres
- violation
- BasicProfileViolation
Objet BasicProfileViolation à rechercher dans la collection.
Retours
Index de base zéro du BasicProfileViolation spécifié, ou -1 si l'élément est introuvable dans la collection.