ISynchronizedInputProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes methods to facilitate UI Automation client access to controls that support synchronized input.
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
- Attributes
Remarks
Implement this interface on a UI Automation provider that must support the SynchronizedInputPattern control pattern.
Methods
Cancel() |
Stops listening for input. |
StartListening(SynchronizedInputType) |
Designates that the provider start listening for input of the specified type. |
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.