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 对象的 值。 事件标记是记录事件时传递的用户定义值。

适用于