Поделиться через


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

Уникальная нелокализованная строка для идентификации действия или группы действий. Используйте его для передачи дополнительных сведений в обработчик событий.

Применяется к