Bagikan melalui


EventLogEntry.EventID Properti

Definisi

Perhatian

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

Perhatian

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

Perhatian

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

Mendapatkan pengidentifikasi peristiwa khusus aplikasi untuk entri peristiwa saat ini.

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

Nilai Properti

Pengidentifikasi khusus aplikasi untuk pesan peristiwa.

Atribut

Keterangan

Nilai ini mewakili pengidentifikasi peristiwa untuk entri dalam log peristiwa, dengan dua bit teratas ditutupi. InstanceId Properti untuk entri log peristiwa mewakili pengidentifikasi sumber daya 32-bit lengkap untuk peristiwa dalam file sumber daya pesan untuk sumber peristiwa. Dua entri log peristiwa dari sumber yang sama dapat memiliki nilai yang EventID cocok, tetapi memiliki nilai yang berbeda InstanceId karena perbedaan dalam dua bit teratas pengidentifikasi peristiwa.

Jika aplikasi menulis entri peristiwa menggunakan salah WriteEntry satu metode, EventID properti cocok dengan parameter opsional eventId . Jika aplikasi menulis peristiwa menggunakan WriteEvent atau Windows API ReportEvent, EventID properti cocok dengan pengidentifikasi sumber daya untuk peristiwa tersebut, dengan dua bit teratas ditutupi.

Berlaku untuk

Lihat juga