共用方式為


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>

使用者慣用貨幣的一或多個貨幣識別碼。

適用於