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

適用対象