Functions for Providers
This section describes the functions for UI Automation provider for Microsoft Win32 applications.
In this section
| Function | Description |
|---|---|
|
Gets a value that indicates whether any client application is subscribed to Microsoft UI Automation events. | |
|
Releases all UI Automation resources that are held by all providers associated with the calling process. | |
|
Releases all references that a particular provider holds to UI Automation objects. | |
|
Retrieves a reserved value indicating that the value of a UI Automation text attribute varies within a text range. | |
|
Retrieves a reserved value indicating that a UI Automation property or a text attribute is not supported. | |
|
Gets the host provider for a window. | |
|
Retrieves an IAccessible implementation that provides Microsoft Active Accessibility data on behalf of a UI Automation provider. | |
|
Gets the provider for the entire non-client area of a window, or for a control in the non-client area of a window. | |
|
Creates a UI Automation provider based on the specified Microsoft Active Accessibility object. | |
|
Called by a provider to notify the UI Automation core that content is being loaded asynchronously. | |
|
Notifies listeners of an event. | |
|
Called by providers to notify the UI Automation core that an element property has changed. | |
|
Called by providers to notify the UI Automation core that a change has occurred. | |
|
Called by a provider to notify the UI Automation core that the tree structure has changed. | |
|
Called by a provider to notify the UI Automation core that a text control has programmatically changed text. | |
|
Gets an interface to the UI Automation provider for a window. |
Related topics