IUIAutomationEventHandlerGroup 接口 (uiautomationclient.h)

公开用于通过 IUIAutomation6 中定义的 CreateEventHandlerGroup 和 AddEventHandlerGroup 方法向集合添加一个或多个事件以批量注册的方法。

重要Microsoft UI 自动化客户端应使用处理程序组方法来注册事件侦听器,而不是各种 IUIAutomation 命名空间中定义的单个事件注册方法。

 

继承

IUIAutomationEventHandlerGroup 接口继承自 IUnknown 接口。

方法

IUIAutomationEventHandlerGroup 接口具有这些方法。

 
IUIAutomationEventHandlerGroup::AddActiveTextPositionChangedEventHandler

在事件处理程序组中注册 (方法,) 处理活动文本位置更改时。
IUIAutomationEventHandlerGroup::AddAutomationEventHandler

注册处理 Microsoft UI 自动化事件的方法。
IUIAutomationEventHandlerGroup::AddChangesEventHandler

注册处理更改事件的方法。
IUIAutomationEventHandlerGroup::AddNotificationEventHandler

注册处理通知事件的方法。
IUIAutomationEventHandlerGroup::AddPropertyChangedEventHandler

注册处理属性更改事件的方法。
IUIAutomationEventHandlerGroup::AddStructureChangedEventHandler

注册处理结构更改事件的方法。
IUIAutomationEventHandlerGroup::AddTextEditTextChangedEventHandler

注册一个处理编程文本编辑事件的方法。

要求

要求
最低受支持的客户端 Windows 10 版本 1809 [仅限桌面应用]
最低受支持的服务器 Windows Server 版本 1709 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

客户端UI 自动化元素接口