InputGestureCollection.RemoveAt(Int32) 方法

定義

從這個 InputGesture 的指定索引處移除指定的 InputGestureCollection

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除筆勢之以零起始的索引。

實作

例外狀況

index 小於 0。

適用於