GlobalizationPreferencesForUser.Currencies 属性

定义

按首选项顺序获取表示的用户首选的货币集。

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)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

一个或多个货币标识符。

适用于