VisualStateGroupList.Insert(Int32, VisualStateGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 item
插入群組清單的 index
中。
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
必須小於清單中的專案數。