GlobalizationPreferences.Currencies Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

One or more currency identifiers for the user's preferred currencies.

Applies to