GlobalizationPreferencesForUser.Currencies Property

Definition

Gets the set of currencies that are preferred by the represented user, in order of preference.

public:
 property IVectorView<Platform::String ^> ^ Currencies { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Currencies();
public IReadOnlyList<string> Currencies { get; }
var iVectorView = globalizationPreferencesForUser.currencies;
Public ReadOnly Property Currencies As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

One or more currency identifiers.

Applies to