Activity.Tags Propriedade

Definição

Obtém uma coleção de pares chave/valor que representam informações que serão registadas juntamente Activity com o sistema de registo.

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 Propriedade

Informação que será registada juntamente Activity com o sistema de registo.

Observações

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

Aplica-se a

Ver também