다음을 통해 공유


VisualStateGroupList.Insert(Int32, VisualStateGroup) 메서드

정의

그룹 목록의 indexitem을 삽입합니다.

public void Insert (int index, Xamarin.Forms.VisualStateGroup item);
abstract member Insert : int * Xamarin.Forms.VisualStateGroup -> unit
override this.Insert : int * Xamarin.Forms.VisualStateGroup -> unit

매개 변수

index
System.Int32

item을 삽입할 인덱스입니다.

item
VisualStateGroup

삽입할 그룹입니다.

구현

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

설명

index는 목록의 항목 수보다 작아야 합니다.

적용 대상