EventLogEntry.EventID プロパティ

定義

注意事項

This property has been deprecated. Please use System.Diagnostics.EventLogEntry.InstanceId instead. http://go.microsoft.com/fwlink/?linkid=14202

注意事項

This property has been deprecated. Please use System.Diagnostics.EventLogEntry.InstanceId instead. https://go.microsoft.com/fwlink/?linkid=14202

注意事項

EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.

現在のイベント エントリのアプリケーション固有のイベント識別子を取得します。

public:
 property int EventID { int get(); };
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.EventLogEntry.InstanceId instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int EventID { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.EventLogEntry.InstanceId instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventID { get; }
[System.Obsolete("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")]
public int EventID { get; }
public int EventID { get; }
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.EventLogEntry.InstanceId instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventID : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.EventLogEntry.InstanceId instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventID : int
[<System.Obsolete("EventLogEntry.EventID has been deprecated. Use System.Diagnostics.EventLogEntry.InstanceId instead.")>]
member this.EventID : int
member this.EventID : int
Public ReadOnly Property EventID As Integer

プロパティ値

イベント メッセージの、アプリケーション固有の識別子。

属性

注釈

この値は、上位 2 ビットがマスクされた状態で、イベント ログ内のエントリのイベント識別子を表します。 イベント ログ エントリの プロパティは InstanceId 、イベント ソースのメッセージ リソース ファイル内のイベントの完全な 32 ビット リソース識別子を表します。 同じソースの 2 つのイベント ログ エントリは一致する EventID 値を持つことができますが、イベント識別子の上位 2 ビットの違いにより、値が異なります InstanceId

アプリケーションがいずれかのメソッドを使用してイベント エントリを WriteEntry 書き込んだ場合、 プロパティは EventID 省略可能な eventId パラメーターと一致します。 アプリケーションが または Windows API ReportEventを使用してWriteEventイベントを書き込んだ場合、 プロパティはEventIDイベントのリソース識別子と一致し、上位 2 ビットはマスクされません。

適用対象

こちらもご覧ください