VisualStateGroupList.Insert(Int32, VisualStateGroup) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グループのリストの index
で item
を挿入します。
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
には、リスト内の項目数よりも小さい値を指定する必要があります。