IUIAutomationElement4::get_CurrentAnnotationObjects メソッド (uiautomationclient.h)

コメント、ヘッダー、フッターなど、この要素に関連付けられている注釈オブジェクトの現在のリストを返します。

このプロパティは読み取り専用です。

構文

HRESULT get_CurrentAnnotationObjects(
  IUIAutomationElementArray **retVal
);

パラメーター

retVal

戻り値

なし

要件

   
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー uiautomationclient.h (UIAutomation.h を含む)
[DLL] UIAutomationCore.dll

関連項目

CachedAnnotationObjects

IUIAutomationElement4