GlobalizationPreferences.Currencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of currencies that are preferred by the user, in order of preference.
public:
static property IVectorView<Platform::String ^> ^ Currencies { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> Currencies();
public static IReadOnlyList<string> Currencies { get; }
var iVectorView = GlobalizationPreferences.currencies;
Public Shared ReadOnly Property Currencies As IReadOnlyList(Of String)
Property Value
One or more currency identifiers for the user's preferred currencies.