ISynchronizedInputProvider Interface

Definition

Enables Microsoft UI Automation client applications to direct the mouse or keyboard input to a specific UI element.

C#
[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
Attributes

Methods

Cancel()

Cancels listening for input.

StartListening(SynchronizedInputType)

Starts listening for input of the specified type.

Applies to

Продукт Версії
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also