AttributeRelationshipCollection.IndexOfName(String) 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.
Obtient l’index d’un objet AttributeRelationship avec le nom spécifié dans l’objet AttributeRelationshipCollection.
public int IndexOfName (string name);
member this.IndexOfName : string -> int
Public Function IndexOfName (name As String) As Integer
Paramètres
- name
- String
Chaîne avec le nom de l’objet AttributeRelationship à rechercher.
Retours
Index de base zéro de l’élément dans la collection, s’il est trouvé ; sinon, -1.