NotificationEventArgs Costruttore

Definizione

Inizializza una nuova istanza della NotificationEventArgs classe con gli argomenti specificati.

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)

Parametri

notificationKind
AutomationNotificationKind

Specifica il tipo della notifica.

notificationProcessing
AutomationNotificationProcessing

Specifica l'ordine in cui elaborare la notifica.

displayString
String

Stringa di visualizzazione che descrive l'evento.

activityId
String

Stringa univoca non localizzata per identificare un'azione o un gruppo di azioni. Usare questa opzione per passare informazioni aggiuntive al gestore eventi.

Si applica a