다음을 통해 공유


VisualStateGroupList.Item[Int32] 속성

정의

지정한 index에 있는 항목을 가져오거나 설정합니다.

public Xamarin.Forms.VisualStateGroup this[int index] { get; set; }
member this.Item(int) : Xamarin.Forms.VisualStateGroup with get, set

매개 변수

index
System.Int32

가져오거나 설정할 항목의 인덱스입니다.

속성 값

지정된 index의 항목입니다.

구현

System.Collections.Generic.IList`1.Item(System.Int32)

적용 대상