ActivityTagsCollection.Values Proprietà

Definizione

Ottiene l'elenco dei valori di tutti i tag archiviati.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object?> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Valore della proprietà

Interfaccia ICollection<T> contenente i valori nell'oggetto che implementa l'interfaccia IDictionary<TKey,TValue>.

Implementazioni

Si applica a