IUIAutomationElement2 interface (uiautomationclient.h)
Extends the IUIAutomationElement interface.
Inheritance
The IUIAutomationElement2 interface inherits from the IUIAutomationElement interface.
Methods
The IUIAutomationElement2 interface has these methods.
IUIAutomationElement2::get_CachedFlowsFrom Retrieves a cached array of elements that indicate the reading order before the current element. |
IUIAutomationElement2::get_CachedLiveSetting Retrieves a cached value that indicates the type of notifications, if any, that the element sends when the content of the element changes. |
IUIAutomationElement2::get_CachedOptimizeForVisualContent Retrieves a cached value that indicates whether the provider exposes only elements that are visible. |
IUIAutomationElement2::get_CurrentFlowsFrom Retrieves an array of elements that indicates the reading order before the current element. |
IUIAutomationElement2::get_CurrentLiveSetting Indicates the type of notifications, if any, that the element sends when the content of the element changes. |
IUIAutomationElement2::get_CurrentOptimizeForVisualContent Indicates whether the provider exposes only elements that are visible. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |