Share via


CurrencyIdentifiers.JPY プロパティ

定義

日本円の通貨識別子を取得します。

public:
 static property Platform::String ^ JPY { Platform::String ^ get(); };
static winrt::hstring JPY();
public static string JPY { get; }
var string = CurrencyIdentifiers.jPY;
Public Shared ReadOnly Property JPY As String

プロパティ値

String

Platform::String

winrt::hstring

日本円を識別する文字列 "JPY" です。

適用対象