VisualStateGroupList.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所指定 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)