共用方式為


IUIAutomationTextRange3::GetEnclosingElementBuildCache 方法 (uiautomationclient.h)

取得單一跨進程呼叫中文字範圍中元素的封入專案和提供的屬性和模式。 這相當於呼叫 GetEnclosingElement,但會新增標準組建快取模式。

語法

HRESULT GetEnclosingElementBuildCache(
  [in]          IUIAutomationCacheRequest *cacheRequest,
  [out, retval] IUIAutomationElement      **enclosingElement
);

參數

[in] cacheRequest

IUIAutomationCacheRequest,指定要快取的屬性和控件模式。

[out, retval] enclosingElement

如果符合所提供 cacheRequest 的準則,則會傳回文字範圍的封入專案 (和屬性/模式) 。

傳回值

如果成功,則傳回 S_OK ,否則傳回 HRESULT 錯誤碼。

備註

遵循 GetEnclosingElement 的設計:

  • 取得文字範圍最內含、最內含的括住專案,以及專案的提供屬性。
由於呼叫成功,使用者介面自動化 客戶端能夠呼叫 cacheRequest 中提供的 IUIAutomationElement「快取」API,例如 IUIAutomationElement::GetCachedPropertyValue

規格需求

需求
最低支援的用戶端 Windows 10 版本 1703 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 uiautomationclient.h (包含 UIAutomation.h)

另請參閱

IUIAutomationTextRange3

文字內容的 使用者介面自動化 支援