IUIAutomationTextRange3 接口 (uiautomationclient.h)

扩展 IUIAutomationTextRange2 接口,以支持更快地访问文本范围中的基础富文本数据。

继承

IUIAutomationTextRange3 接口继承自 IUIAutomationTextRange2IUIAutomationTextRange3 还具有以下类型的成员:

方法

IUIAutomationTextRange3 接口具有这些方法。

 
IUIAutomationTextRange3::GetAttributeValues

返回单个跨进程调用中某个文本范围的所有请求文本属性值。 这等效于调用 GetAttributeValue,只不过它可以检索多个值,而不仅仅是一个值。
IUIAutomationTextRange3::GetChildrenBuildCache

在单个跨进程调用中返回文本范围中元素的子级和提供的属性和模式。 这等效于调用 GetChildren,但会添加标准生成缓存模式。
IUIAutomationTextRange3::GetEnclosingElementBuildCache

获取单个跨进程调用中文本范围中的元素的封闭元素和提供的属性和模式。 这等效于调用 GetEnclosingElement,但会添加标准生成缓存模式。

要求

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

另请参阅

IUIAutomationTextRange

IUIAutomationTextRange2