EventFieldAttribute.Tags 属性

定义

获取或设置用户定义的 EventFieldTags 值,包含不支持类型数据的字段需要该值。

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

属性值

返回 EventFieldTags

适用于