AutomationPeer.RaiseNotificationEvent 方法

定义

启动通知事件。

public:
 virtual void RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, Platform::String ^ displayString, Platform::String ^ activityId) = RaiseNotificationEvent;
void RaiseNotificationEvent(AutomationNotificationKind const& notificationKind, AutomationNotificationProcessing const& notificationProcessing, winrt::hstring const& displayString, winrt::hstring const& activityId);
public void RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);
function raiseNotificationEvent(notificationKind, notificationProcessing, displayString, activityId)
Public Sub RaiseNotificationEvent (notificationKind As AutomationNotificationKind, notificationProcessing As AutomationNotificationProcessing, displayString As String, activityId As String)

参数

notificationKind
AutomationNotificationKind

指定通知的类型。

notificationProcessing
AutomationNotificationProcessing

指定处理通知的顺序。

displayString
String

Platform::String

winrt::hstring

描述事件的显示字符串。

activityId
String

Platform::String

winrt::hstring

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

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

适用于