Condividi tramite


LanguageSpecificStringDictionary.Values Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene un insieme contenente i valori, ovvero stringhe, nel dizionario.

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)

Valore della proprietà

ICollection<String>

Insieme contenente le stringhe nel dizionario.

Implementazioni

Attributi

Si applica a