Condividi tramite


Activity.Tags Proprietà

Definizione

Ottiene una raccolta di coppie chiave/valore che rappresentano informazioni che verranno registrate insieme Activity al sistema di registrazione.

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))

Valore della proprietà

Informazioni che verranno registrate insieme Activity al sistema di registrazione.

Commenti

L'ordine dei tag nell'elenco corrisponde all'ordine in cui vengono aggiunti all'elenco.

Si applica a

Vedi anche