NotificationEventArgs 构造函数

定义

使用指定的参数初始化 类的新实例 NotificationEventArgs

public:
 NotificationEventArgs(System::Windows::Automation::AutomationNotificationKind notificationKind, System::Windows::Automation::AutomationNotificationProcessing notificationProcessing, System::String ^ displayString, System::String ^ activityId);
public NotificationEventArgs (System.Windows.Automation.AutomationNotificationKind notificationKind, System.Windows.Automation.AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);
new System.Windows.Automation.NotificationEventArgs : System.Windows.Automation.AutomationNotificationKind * System.Windows.Automation.AutomationNotificationProcessing * string * string -> System.Windows.Automation.NotificationEventArgs
Public Sub New (notificationKind As AutomationNotificationKind, notificationProcessing As AutomationNotificationProcessing, displayString As String, activityId As String)

参数

notificationKind
AutomationNotificationKind

指定通知的类型。

notificationProcessing
AutomationNotificationProcessing

指定处理通知的顺序。

displayString
String

描述事件的显示字符串。

activityId
String

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

适用于