GlobalizationPreferences.Currencies 属性

定义

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

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)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

用户首选货币的一个或多个货币标识符。

适用于