LanguageSpecificStringDictionary.Values Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene una colección que contiene los valores, o cadenas, del diccionario.

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)

Valor de propiedad

ICollection<String>

Colección que contiene las cadenas del diccionario.

Implementaciones

Atributos

Se aplica a