ISynchronizedInputProvider Interfaccia

Definizione

Espone i metodi per facilitare Automazione interfaccia utente accesso client 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 pattern di controllo SynchronizedInputPattern.

Metodi

Nome Descrizione
Cancel()

Interrompe l'ascolto dell'input.

StartListening(SynchronizedInputType)

Indica che il provider inizia ad ascoltare l'input del tipo specificato.

Si applica a