EventAttribute.Tags Proprietà

Definizione

Ottiene o imposta il valore EventTags per questo oggetto EventAttribute. Un tag evento è un valore definito dall'utente che viene passato quando l'evento viene registrato.

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

Valore della proprietà

Valore EventTags per questo EventAttribute oggetto. Un tag evento è un valore definito dall'utente che viene passato quando l'evento viene registrato.

Si applica a