NotificationEventArgs クラス

定義

public ref class NotificationEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class NotificationEventArgs : System.Windows.Automation.AutomationEventArgs
type NotificationEventArgs = class
    inherit AutomationEventArgs
Public NotInheritable Class NotificationEventArgs
Inherits AutomationEventArgs
継承
NotificationEventArgs

コンストラクター

NotificationEventArgs(AutomationNotificationKind, AutomationNotificationProcessing, String, String)

指定した引数を使用して、 NotificationEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

ActivityId

通知のアクティビティ ID を取得します。

DisplayString

通知の表示文字列を取得します。

EventId

イベント識別子を取得します。

(継承元 AutomationEventArgs)
NotificationKind

通知の種類を取得します。

NotificationProcessing

通知を処理する順序を取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象