Share via


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>

ユーザーの優先通貨の 1 つ以上の通貨識別子。

適用対象