LiveSetting 枚举 (uiautomationcore.h)
包含 LiveSetting 属性的可能值。 此属性由属于活动区域的提供程序元素实现。
语法
typedef enum LiveSetting {
Off = 0,
Polite = 1,
Assertive = 2
} ;
常量
Off 值: 0 |
Polite 值:1 |
Assertive 值: 2 |
要求
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |