ISynchronizedInputProvider Interfaz

Definición

Expone métodos para facilitar Automatización de la interfaz de usuario acceso de cliente a controles que admiten la entrada sincronizada.

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
[<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
Public Interface ISynchronizedInputProvider
Atributos

Comentarios

Implemente esta interfaz en un proveedor de Automatización de la interfaz de usuario que debe admitir el patrón de control SynchronizedInputPattern.

Métodos

Nombre Description
Cancel()

Detiene la escucha de la entrada.

StartListening(SynchronizedInputType)

Designa que el proveedor empieza a escuchar la entrada del tipo especificado.

Se aplica a