Share via


VisualStateGroupList.RemoveAt(Int32) メソッド

定義

指定された index 位置にある項目を削除します。

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

パラメーター

index
System.Int32

削除する項目のインデックス。

実装

System.Collections.Generic.IList`1.RemoveAt(System.Int32)

適用対象