EventRecordWrittenEventArgs.EventRecord Propriedade
Definição
Obtém o registro de evento que é publicado para o log de eventos.Gets the event record that is published to the event log. Esse evento corresponde aos critérios da consulta especificada na assinatura do evento.This event matches the criteria from the query specified in the event subscription.
public:
property System::Diagnostics::Eventing::Reader::EventRecord ^ EventRecord { System::Diagnostics::Eventing::Reader::EventRecord ^ get(); };
public System.Diagnostics.Eventing.Reader.EventRecord EventRecord { get; }
member this.EventRecord : System.Diagnostics.Eventing.Reader.EventRecord
Public ReadOnly Property EventRecord As EventRecord
Valor da propriedade
O registro do evento.The event record.