次の方法で共有


ProductListing.CurrencyCode プロパティ

定義

USDCAD など、ユーザーの市場に関連付けられている通貨コードを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ユーザーの市場に関連付けられている通貨コード ( USDCAD など)。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

注釈

このプロパティによって返される通貨コード文字列は、ISO 4217 に準拠しています。

適用対象