LanguageSpecificStringDictionary.Values Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient une collection contenant les valeurs, ou chaînes, 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 contenant les chaînes du dictionnaire.

Implémente

Attributs

S’applique à