Share via


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

屬性值

EventTags這個EventAttribute物件的值。 事件標記是記錄事件時所傳遞的使用者定義值。

適用於