UIAutomationEventInfo 结构 (uiautomationcore.h)
包含有关自定义事件的信息。
语法
struct UIAutomationEventInfo {
GUID guid;
LPCWSTR pProgrammaticName;
};
成员
guid
类型: GUID
事件标识符。
pProgrammaticName
类型: LPCWSTR
事件的编程名称 (不可本地化的字符串) 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7、带 Windows Vista SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新、带 SP2 的 Windows Server 2003 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |