InputGestureCollection.Remove(InputGesture) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個 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
。