IUIAutomationCacheRequest::get_AutomationElementMode 方法 (uiautomationclient.h)
指示返回的元素是包含对基础 UI 的完整引用,还是仅包含缓存的信息。
此属性是可读写的。
语法
HRESULT get_AutomationElementMode(
AutomationElementMode *mode
);
参数
mode
返回值
无
备注
AutomationElementMode_Full 是默认值,指定返回的元素包含对基础 UI 的完整引用。 AutomationElementMode_None 指定返回的元素没有对基础 UI 的引用,并且仅包含缓存的信息。
对元素(包括 GetCurrentPropertyValue 和 SetFocus)执行的某些操作需要完整引用;尝试对没有任何元素执行这些操作会导致错误。
当只需要属性时,使用 AutomationElementMode_None 可以更高效,因为它避免了设置完整引用所涉及的开销。
要求
最低受支持的客户端 | Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationclient.h (包括 UIAutomation.h) |