次の方法で共有


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

アクションまたはアクションのグループを識別する一意のローカライズされていない文字列。 イベント ハンドラーに追加情報を渡すには、これを使用します。

適用対象