VisualStateGroupList.IndexOf(VisualStateGroup) 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 item
s’il a été trouvé. Sinon, retourne -1
.
public int IndexOf (Xamarin.Forms.VisualStateGroup item);
abstract member IndexOf : Xamarin.Forms.VisualStateGroup -> int
override this.IndexOf : Xamarin.Forms.VisualStateGroup -> int
Paramètres
- item
- VisualStateGroup
Groupe pour lequel obtenir l’index.
Retours
System.Int32
Retourne l’index de item
s’il a été trouvé. Sinon, -1
.
Implémente
System.Collections.Generic.IList`1.IndexOf(`0)