IUIAutomationElement4::get_CachedAnnotationObjects 方法 (uiautomationclient.h)

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

此属性为只读。

语法

HRESULT get_CachedAnnotationObjects(
  IUIAutomationElementArray **retVal
);

参数

retVal

返回值

要求

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

另请参阅

CurrentAnnotationObjects

IUIAutomationElement4