automationElementMode 枚举 (uiautomationclient.h)
包含指定返回 UI 自动化元素时所使用的引用类型的值。
语法
typedef enum AutomationElementMode {
AutomationElementMode_None = 0,
AutomationElementMode_Full
} ;
常量
AutomationElementMode_None 值: 0 指定返回的元素没有对基础 UI 的引用,并且仅包含缓存的信息。 |
AutomationElementMode_Full 指定返回的元素具有对基础 UI 的完整引用。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uiautomationclient.h (包括 UIAutomation.h、Uiautomationcoreapi.h) |