InputGestureCollection.Remove(InputGesture) 方法

定义

从此 InputGesture 中移除指定的 InputGestureCollection 的第一个匹配项。

public:
 void Remove(System::Windows::Input::InputGesture ^ inputGesture);
public void Remove (System.Windows.Input.InputGesture inputGesture);
member this.Remove : System.Windows.Input.InputGesture -> unit
Public Sub Remove (inputGesture As InputGesture)

参数

inputGesture
InputGesture

要移除的笔势。

例外

该集合是只读的。

笔势为 null

适用于