Condividi tramite


ActivityCreationOptions<T>.Tags Proprietà

Definizione

Ottiene i tag con cui verrà creata l'attività.

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

Valore della proprietà

Enumerazione della coppia chiave-valore dei tag associati all'attività.

Si applica a