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

適用於