ISynchronizedInputProvider 接口

定义

公开一些方法,以方便 UI 自动化客户端访问支持同步输入的控件。

public interface class ISynchronizedInputProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("29db1a06-02ce-4cf7-9b42-565d4fab20ee")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISynchronizedInputProvider
public interface ISynchronizedInputProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("29db1a06-02ce-4cf7-9b42-565d4fab20ee")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISynchronizedInputProvider = interface
type ISynchronizedInputProvider = interface
Public Interface ISynchronizedInputProvider
属性

注解

在必须支持控件模式的UI 自动化提供程序上实现此SynchronizedInputPattern接口。

方法

Cancel()

停止对输入的侦听。

StartListening(SynchronizedInputType)

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

适用于