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.
Enables Microsoft UI Automation client applications to direct the mouse or keyboard input to a specific UI element.
public interface class ISynchronizedInputProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1029754571, 55892, 19107, 185, 21, 227, 36, 68, 39, 212, 172)]
struct ISynchronizedInputProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1029754571, 55892, 19107, 185, 21, 227, 36, 68, 39, 212, 172)]
public interface ISynchronizedInputProvider
Public Interface ISynchronizedInputProvider
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
Cancel() |
Cancels listening for input. |
StartListening(SynchronizedInputType) |
Starts listening for input of the specified type. |