共用方式為


IUIAutomationTextRange3::GetChildrenBuildCache 方法 (uiautomationclient.h)

傳回單一跨進程呼叫中文字範圍中元素的子系和提供的屬性和模式。 這相當於呼叫 GetChildren,但會新增標準組建快取模式。

語法

HRESULT GetChildrenBuildCache(
  [in]          IUIAutomationCacheRequest *cacheRequest,
  [out, retval] IUIAutomationElementArray **children
);

參數

[in] cacheRequest

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

[out, retval] children

傳回符合所提供 cacheRequest 準則之文字範圍的子系和每個子系的屬性或模式。

傳回值

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

備註

遵循 GetChildren 的設計:

  • 與文字範圍重疊但不會完全由文字範圍括住的子系也會包含在其中。
  • 當沒有任何子系存在時,會傳回空的集合。
由於呼叫成功,使用者介面自動化 客戶端能夠呼叫 cacheRequest 中提供的 IUIAutomationElement「快取」API,例如 IUIAutomationElement::GetCachedPropertyValue

規格需求

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

另請參閱

IUIAutomationTextRange3

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