EventSourceOptions.Keywords プロパティ

定義

イベントに適用されるキーワードを取得または設定します。 このプロパティが設定されていない場合、イベントのキーワードは None になります。

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

プロパティ値

イベントに適用されるキーワード。キーワードが設定されていない場合は None

適用対象