Partager via


VisualStateGroupList.IndexOf(VisualStateGroup) Méthode

Définition

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)

S’applique à