IUIAutomationElement4 interface (uiautomationclient.h)
Extends the IUIAutomationElement3 interface.
Inheritance
The IUIAutomationElement4 interface inherits from the IUIAutomationElement3 interface.
Methods
The IUIAutomationElement4 interface has these methods.
IUIAutomationElement4::get_CachedAnnotationObjects Returns the cached list of annotation objects associated with this element, such as comment, header, footer, and so on. |
IUIAutomationElement4::get_CachedAnnotationTypes Returns the cached list of annotation types associated with this element, such as comment, header, footer, and so on. |
IUIAutomationElement4::get_CachedLevel Returns the cached 1-based integer for the level (hierarchy) for the element. |
IUIAutomationElement4::get_CachedPositionInSet Returns the cached 1-based integer for the ordinal position in the set for the element. |
IUIAutomationElement4::get_CachedSizeOfSet Returns the cached 1-based integer for the size of the set where the element is located. |
IUIAutomationElement4::get_CurrentAnnotationObjects Returns the current list of annotation objects associated with this element, such as comment, header, footer, and so on. |
IUIAutomationElement4::get_CurrentAnnotationTypes Returns the current list of annotation types associated with this element, such as comment, header, footer, and so on. |
IUIAutomationElement4::get_CurrentLevel Returns the current 1-based integer for the level (hierarchy) for the element. |
IUIAutomationElement4::get_CurrentPositionInSet Returns the current 1-based integer for the ordinal position in the set for the element. |
IUIAutomationElement4::get_CurrentSizeOfSet Returns the current 1-based integer for the size of the set where the element is located. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |