ISynchronizedInputProvider Interface

Definition

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