IUIAutomation6::CreateEventHandlerGroup 方法 (uiautomationclient.h)
在单个方法调用中注册一个或多个事件侦听器。
重要
Microsoft UI 自动化客户端应使用处理程序组方法来注册事件侦听器,而不是各种 IUIAutomation 接口中定义的单个事件注册方法。
语法
HRESULT CreateEventHandlerGroup(
[out] IUIAutomationEventHandlerGroup **handlerGroup
);
参数
[out] handlerGroup
UI 自动化事件侦听器的集合。
返回值
如果该方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
备注
在实现事件处理程序之前,应熟悉了解线程问题中所述 的线程问题。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 版本 1809 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 版本 1709 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationclient.h (包括 UIAutomation.h) |
另请参阅
AddEventHandlerGroup, IUIAutomation6 接口, IUIAutomation6::RemoveEventHandlerGroup