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

从零开始的索引(属于要移除的笔势)。

实现

例外

索引小于 0。

适用于