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 pour faciliter l’accès UI Automation client 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 contrôle SynchronizedInputPattern.
Méthodes
| Nom | Description |
|---|---|
| Cancel() |
Arrête l’écoute de l’entrée. |
| StartListening(SynchronizedInputType) |
Désigne que le fournisseur commence à écouter l’entrée du type spécifié. |