This documentation is archived and is not being maintained.
AutomationInteropProvider Class
Visual Studio 2010
Provides support for communication between UI Automation providers and UI Automation client applications.
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 | |
![]() ![]() | 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
