Aracılığıyla paylaş


NotificationEventArgs Oluşturucu

Tanım

Belirtilen bağımsız değişkenlerle sınıfının yeni bir örneğini NotificationEventArgs başlatır.

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)

Parametreler

notificationKind
AutomationNotificationKind

Bildirimin türünü belirtir.

notificationProcessing
AutomationNotificationProcessing

Bildirimin işlenme sırasını belirtir.

displayString
String

Olayı açıklayan bir görüntüleme dizesi.

activityId
String

Bir eylemi veya eylem grubunu tanımlamak için benzersiz bir yerelleştirilmemiş dize. Olay işleyicisine ek bilgi geçirmek için bunu kullanın.

Şunlara uygulanır