Share via


ISynchronizedInputProvider Interface

Definition

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(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3311490579, 37741, 21129, 161, 144, 232, 32, 87, 224, 255, 90)]
struct ISynchronizedInputProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3311490579, 37741, 21129, 161, 144, 232, 32, 87, 224, 255, 90)]
public interface ISynchronizedInputProvider
Public Interface ISynchronizedInputProvider
Attributes

Methods

Cancel()

Cancels listening for input.

StartListening(SynchronizedInputType)

Starts listening for input of the specified type.

Applies to

See also