LanguageSpecificStringDictionary.Values Vlastnost

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Získá kolekci obsahující hodnoty nebo řetězce ve slovníku.

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)

Hodnota vlastnosti

Kolekce obsahující řetězce ve slovníku.

Implementuje

Atributy

Platí pro