automationElementMode 枚举 (uiautomationcoreapi.h)

包含指定返回 UI 自动化元素时所使用的引用类型的值。

语法

typedef enum AutomationElementMode {
  AutomationElementMode_None,
  AutomationElementMode_Full
} ;

常量

 
AutomationElementMode_None
指定返回的元素没有对基础 UI 的引用,并且仅包含缓存的信息。
AutomationElementMode_Full
指定返回的元素具有对基础 UI 的完整引用。

要求

   
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 uiautomationcoreapi.h (包括 UIAutomation.h、Uiautomationcoreapi.h)