GeographicRegion.CurrenciesInUse 屬性

定義

取得在此區域中使用的貨幣集合。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

區域中所用貨幣的 ISO 4217 3 字母代碼集合。

備註

如果區域是國家/地區,則通常有一個貨幣,雖然某些國家/地區使用一個以上的貨幣。 如果區域較大,傳回的集合會包含每個包含區域/國家/地區的使用貨幣。

適用於