Activity.Tags Propiedad

Definición

Obtiene una colección de pares clave-valor que representa la información que se va a registrar junto con Activity en el sistema de registro.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ Tags { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>> Tags { get; }
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Tags { get; }
member this.Tags : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property Tags As IEnumerable(Of KeyValuePair(Of String, String))

Valor de propiedad

Información que se registrará junto con en Activity el sistema de registro.

Comentarios

En .NET 5 y versiones posteriores, el orden de las etiquetas de la lista coincide con el orden en que se agregan a la lista. En versiones anteriores, el orden se invierte, es decir, el primer elemento agregado es el último en la lista.

Se aplica a