IUIAutomationNotificationEventHandler::HandleNotificationEvent 方法 (uiautomationclient.h)

处理 Microsoft UI 自动化 通知事件。

语法

HRESULT HandleNotificationEvent(
  [in] IUIAutomationElement   *sender,
       NotificationKind       notificationKind,
       NotificationProcessing notificationProcessing,
       BSTR                   displayString,
       BSTR                   activityId
);

参数

[in] sender

指向引发事件的元素的指针。

notificationKind

通知的类型。

notificationProcessing

指示如何处理通知。

displayString

通知消息中显示的字符串。

activityId

用于标识操作或操作组的唯一非本地化字符串。 这用于将其他信息传递给事件处理程序。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

此方法由应用程序实现,用于处理它通过调用 AddNotificationEventHandler 订阅的事件。

要求

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

另请参阅

IUIAutomationNotificationEventHandler