ISynchronizedInputProvider.StartListening(SynchronizedInputType) 方法

定义

指定提供程序开始对指定类型的输入进行侦听。

public:
 void StartListening(System::Windows::Automation::SynchronizedInputType inputType);
public void StartListening (System.Windows.Automation.SynchronizedInputType inputType);
abstract member StartListening : System.Windows.Automation.SynchronizedInputType -> unit
Public Sub StartListening (inputType As SynchronizedInputType)

参数

inputType
SynchronizedInputType

要侦听的输入的类型。

注解

当 WPF 找到匹配的输入时,它会检查传入事件的路由。 如果侦听输入的自动化元素不在路由中,则放弃输入并 InputDiscardedEvent 引发 事件。 如果侦听该类型的自动化元素接收输入,则 InputReachedTargetEvent 引发 事件;否则引发 InputReachedOtherElementEvent 事件。

收到输入后,提供程序停止侦听并正常继续。

适用于