Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISynchronizedInputProvider Interface

.NET Framework (current version)
 

Exposes methods to facilitate UI Automation client access to controls that support synchronized input.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("29db1a06-02ce-4cf7-9b42-565d4fab20ee")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface ISynchronizedInputProvider

NameDescription
System_CAPS_pubmethodCancel()

Stops listening for input.

System_CAPS_pubmethodStartListening(SynchronizedInputType)

Designates that the provider start listening for input of the specified type.

Implement this interface on a UI Automation provider that must support the SynchronizedInputPattern control pattern.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft