ISynchronizedInputProvider Interfaccia

Definizione

Espone i metodi per semplificare l'accesso client di automazione interfaccia utente ai controlli che supportano l'input sincronizzato.

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
Attributi

Commenti

Implementare questa interfaccia in un provider di Automazione interfaccia utente che deve supportare il modello di SynchronizedInputPattern controllo.

Metodi

Cancel()

Interrompe l'ascolto dell'input.

StartListening(SynchronizedInputType)

Indica che il provider avvia l'ascolto dell'input del tipo specificato.

Si applica a