ISynchronizedInputProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Expose des méthodes afin de faciliter l'accès des clients UI Automation aux contrôles qui prennent en charge l'entrée synchronisée.
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
- Attributs
Remarques
Implémentez cette interface sur un fournisseur de UI Automation qui doit prendre en charge le modèle de SynchronizedInputPattern contrôle.
Méthodes
Cancel() |
Cesse d'écouter l'entrée. |
StartListening(SynchronizedInputType) |
Indique que le fournisseur doit commencer à écouter l'entrée du type spécifié. |