InputGestureCollection.Remove(InputGesture) Metodo

Definizione

Rimuove la prima occorrenza dell'oggettoInputGesture specificato da 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)

Parametri

inputGesture
InputGesture

Il movimento da rimuovere.

Eccezioni

Raccolta in sola lettura.

Il movimento è null.

Si applica a