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 키워드가 설정되지 않은 경우 입니다.

적용 대상