IUIAutomationElement4 接口 (uiautomationclient.h)

扩展 IUIAutomationElement3 接口。

继承

IUIAutomationElement4 接口继承自 IUIAutomationElement3 接口。

方法

IUIAutomationElement4 接口具有这些方法。

 
IUIAutomationElement4::get_CachedAnnotationObjects

返回与此元素关联的注释对象的缓存列表,例如注释、页眉、页脚等。
IUIAutomationElement4::get_CachedAnnotationTypes

返回与此元素关联的批注类型的缓存列表,例如注释、页眉、页脚等。
IUIAutomationElement4::get_CachedLevel

返回元素的级别 (层次结构) 缓存的从 1 开始的整数。
IUIAutomationElement4::get_CachedPositionInSet

返回元素集中的序号位置的缓存的从 1 开始的整数。
IUIAutomationElement4::get_CachedSizeOfSet

为元素所在的集的大小返回缓存的从 1 开始的整数。
IUIAutomationElement4::get_CurrentAnnotationObjects

返回与此元素关联的批注对象的当前列表,例如注释、页眉、页脚等。
IUIAutomationElement4::get_CurrentAnnotationTypes

返回与此元素关联的批注类型的当前列表,例如注释、页眉、页脚等。
IUIAutomationElement4::get_CurrentLevel

返回元素的级别 (层次结构) 的当前从 1 开始的整数。
IUIAutomationElement4::get_CurrentPositionInSet

返回元素集中的序号位置的当前从 1 开始的整数。
IUIAutomationElement4::get_CurrentSizeOfSet

返回元素所在的集大小的当前从 1 开始的整数。

要求

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

另请参阅

IUIAutomationElement3

客户端UI 自动化元素接口