IUIAutomationElement7 interface (uiautomationclient.h)

Extends the IUIAutomationElement6 interface.

Inheritance

The IUIAutomationElement7 interface inherits from IUIAutomationElement6. IUIAutomationElement7 also has these types of members:

Methods

The IUIAutomationElement7 interface has these methods.

 
IUIAutomationElement7::FindAllWithOptions

Find all matching elements in the specified order.
IUIAutomationElement7::FindAllWithOptionsBuildCache

Finds all matching elements in the specified order, but also caches their properties and patterns.
IUIAutomationElement7::FindFirstWithOptions

Finds the first matching element in the specified order.
IUIAutomationElement7::FindFirstWithOptionsBuildCache

Finds the first matching element in the specified order, but also caches its properties and pattern.
IUIAutomationElement7::GetCurrentMetadataValue

Gets metadata from the UI Automation element that indicates how the information should be interpreted. (IUIAutomationElement7.GetCurrentMetadataValue)

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

IUIAutomationElement6

UI Automation Element Interfaces for Clients