Partilhar via


Activity.Tags Propriedade

Definição

Obtém uma coleção de pares chave/valor que representam informações que serão registradas junto com o Activity sistema de log.

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 da propriedade

Informações que serão registradas junto com o Activity sistema de registro em log.

Comentários

A ordem das marcas na lista corresponde à ordem em que elas são adicionadas à lista.

Aplica-se a

Confira também