EventAttribute.Tags 속성

정의

EventAttribute 개체의 EventTags 값을 가져오거나 설정합니다. 이벤트 태그는 이벤트를 기록하는 경우 전달되는 사용자 정의 값입니다.

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

속성 값

EventTagsEventAttribute 개체의 값입니다. 이벤트 태그는 이벤트를 기록하는 경우 전달되는 사용자 정의 값입니다.

적용 대상