IUIAutomationElement2 接口 (uiautomationclient.h)

扩展 IUIAutomationElement 接口。

继承

IUIAutomationElement2 接口继承自 IUIAutomationElement 接口。

方法

IUIAutomationElement2 接口包含以下方法。

 
IUIAutomationElement2::get_CachedFlowsFrom

检索缓存的元素数组,这些元素指示当前元素之前的读取顺序。
IUIAutomationElement2::get_CachedLiveSetting

检索一个缓存值,该值指示元素在元素的内容更改时发送的通知类型(如果有)。
IUIAutomationElement2::get_CachedOptimizeForVisualContent

检索一个缓存值,该值指示提供程序是否只公开可见的元素。
IUIAutomationElement2::get_CurrentFlowsFrom

检索元素数组,这些元素指示当前元素之前的读取顺序。
IUIAutomationElement2::get_CurrentLiveSetting

指示元素内容更改时元素发送的通知类型(如果有)。
IUIAutomationElement2::get_CurrentOptimizeForVisualContent

指示提供程序是否仅公开可见的元素。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

IUIAutomationElement

客户端UI 自动化元素接口