StorePrice.CurrencyCode 属性

定义

获取当前用户的市场的 ISO 4217 货币代码。

public:
 property Platform::String ^ CurrencyCode { Platform::String ^ get(); };
winrt::hstring CurrencyCode();
public string CurrencyCode { get; }
var string = storePrice.currencyCode;
Public ReadOnly Property CurrencyCode As String

属性值

String

Platform::String

winrt::hstring

当前用户的市场的 ISO 4217 货币代码。

适用于