次の方法で共有


VisualStateGroupList.IndexOf(VisualStateGroup) メソッド

定義

見つかった場合は item のインデックスを返します。 それ以外の場合、-1 を返します。

public int IndexOf (Xamarin.Forms.VisualStateGroup item);
abstract member IndexOf : Xamarin.Forms.VisualStateGroup -> int
override this.IndexOf : Xamarin.Forms.VisualStateGroup -> int

パラメーター

item
VisualStateGroup

インデックスを取得するグループ。

戻り値

System.Int32

見つかった場合は item のインデックス。 それ以外の場合は -1

実装

System.Collections.Generic.IList`1.IndexOf(`0)

適用対象