Aracılığıyla paylaş


VisualStateGroupList.Insert(Int32, VisualStateGroup) Yöntem

Tanım

item Grup listesine öğesini index ekler.

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

Parametreler

index
System.Int32

eklenecek itemdizin.

item
VisualStateGroup

Eklenecek grup.

Uygulamalar

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

Açıklamalar

index listedeki öğe sayısından küçük olmalıdır.

Şunlara uygulanır