ComplexPropertyCollection<TComplexProperty>.IndexOf 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.
Recherche une propriété spécifique et retourne son index de base zéro dans la collection.
public:
int IndexOf(TComplexProperty complexProperty);
public int IndexOf (TComplexProperty complexProperty);
Public Function IndexOf (complexProperty As TComplexProperty) As Integer
Paramètres
- complexProperty
- TComplexProperty
Propriété à localiser dans la collection.
Retours
Index de base zéro de la propriété dans la collection.