ConfigurationElementCollectionBase<T>.IndexOf(T) 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.
Détermine l’index d’un élément dans la collection.
public:
int IndexOf(T element);
public int IndexOf (T element);
member this.IndexOf : 'T -> int
Public Function IndexOf (element As T) As Integer
Paramètres
- element
- T
Élément à trouver dans la collection.
Retours
Index de l’élément, s’il se trouve dans la collection ; sinon, -1.
Remarques
Si un élément se produit plusieurs fois dans la collection, la IndexOf méthode retourne toujours la première instance trouvée.