Partager via


AttributeDictionary.Values Propriété

Définition

Obtient ICollection<T> contenant les valeurs de IDictionary<TKey,TValue>.

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

Valeur de propriété

Implémente

S’applique à