LanguageSpecificStringDictionary.Values Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient une collection qui contient les valeurs, ou chaînes, présentes dans le dictionnaire.

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

Valeur de propriété

Collection qui contient les chaînes présentes dans le dictionnaire.

Implémente

Attributs

S’applique à