InputGesture.Matches(Object, InputEventArgs) 方法

定义

当在派生类中重写时,确定指定的 InputGesture 是否与指定的 InputEventArgs 对象所关联的输入相匹配。

public:
 abstract bool Matches(System::Object ^ targetElement, System::Windows::Input::InputEventArgs ^ inputEventArgs);
public abstract bool Matches (object targetElement, System.Windows.Input.InputEventArgs inputEventArgs);
abstract member Matches : obj * System.Windows.Input.InputEventArgs -> bool
Public MustOverride Function Matches (targetElement As Object, inputEventArgs As InputEventArgs) As Boolean

参数

targetElement
Object

命令的目标。

inputEventArgs
InputEventArgs

要将此笔势与之比较的输入事件数据。

返回

如果此笔势与输入相匹配,则为 true;否则为 false

适用于

另请参阅