AutomationInteropProvider Class
.NET Framework 4.5
Provides support for communication between UI Automation providers and UI Automation client applications.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The AutomationInteropProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ClientsAreListening | Gets a value that specifies whether any UI Automation client application is subscribed to UI Automation events. |
| Name | Description | |
|---|---|---|
![]() ![]() | HostProviderFromHandle | Returns a UI Automation provider that represents the specified window. |
![]() ![]() | RaiseAutomationEvent | Raises a pattern event or a custom event. |
![]() ![]() | RaiseAutomationPropertyChangedEvent | Raises an event when a UI Automation property has changed. |
![]() ![]() | RaiseStructureChangedEvent | Raises an event when the UI Automation tree has changed. |
![]() ![]() | ReturnRawElementProvider | Returns the UI automation provider for an element in response to a WM_GETOBJECT message. |
| Name | Description | |
|---|---|---|
![]() ![]() | AppendRuntimeId | Contains a value that, when returned as the first element of the array passed by the UI Automation provider to GetRuntimeId, indicates that the ID is partial and should be appended to the ID provided by the base provider. |
![]() ![]() | InvalidateLimit | Specifies the maximum number of events to send before batching. |
![]() ![]() | ItemsInvalidateLimit | The maximum number of events to send before batching for items in containers. |
![]() ![]() | RootObjectId | Contains a value used in the lParam member of a WM_GETOBJECT message, indicating that the server should return a reference to the root raw element provider. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
