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