다음을 통해 공유


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)

적용 대상