LanguageSpecificStringDictionary.Values Propriedade

Definição

Importante

Esta API não está em conformidade com CLS.

Obtém uma coleção contendo os valores ou cadeias de caracteres no dicionário.

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 da propriedade

ICollection<String>

Uma coleção que contém as cadeias de caracteres no dicionário.

Implementações

Atributos

Aplica-se a