CurrencyIdentifiers.CNY プロパティ

定義

中国元の通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

中国語の元を識別する文字列 "CNY"。

適用対象