EventSourceCreatedEventArgs.EventSource 属性

定义

获取附加到侦听器的事件源。

public:
 property System::Diagnostics::Tracing::EventSource ^ EventSource { System::Diagnostics::Tracing::EventSource ^ get(); };
public System.Diagnostics.Tracing.EventSource? EventSource { get; }
public System.Diagnostics.Tracing.EventSource EventSource { get; }
member this.EventSource : System.Diagnostics.Tracing.EventSource
Public ReadOnly Property EventSource As EventSource

属性值

附加到侦听器的事件源。

适用于