ActivityTagsCollection.Values Propriété

Définition

Obtenez la liste des valeurs de toutes les balises stockées.

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)

Valeur de propriété

ICollection<T> contenant les valeurs de l'objet qui implémente IDictionary<TKey,TValue>.

Implémente

S’applique à