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

プロパティ値

イベントの書き込み先となる追加のイベント ログ。

適用対象