共用方式為


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)

適用於