EventAttribute.Channel 属性

定义

获取或设置应在其中写入事件的附加事件日志。

public:
 property System::Diagnostics::Tracing::EventChannel Channel { System::Diagnostics::Tracing::EventChannel get(); void set(System::Diagnostics::Tracing::EventChannel value); };
public System.Diagnostics.Tracing.EventChannel Channel { get; set; }
member this.Channel : System.Diagnostics.Tracing.EventChannel with get, set
Public Property Channel As EventChannel

属性值

应在其中写入事件的附加事件日志。

适用于