ListCollectionView.IndexOf(Object) 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 où l'élément de données spécifié appartient à la collection, ou -1 si l'index de cet élément est inconnu.
public:
override int IndexOf(System::Object ^ item);
public override int IndexOf (object item);
override this.IndexOf : obj -> int
Public Overrides Function IndexOf (item As Object) As Integer
Paramètres
- item
- Object
Objet à vérifier dans la collection.
Retours
Index de base zéro de l'élément dans la collection ou -1
si l'élément n'existe pas dans la collection.