次の方法で共有


CurrencyIdentifiers.VND プロパティ

定義

ベトナム ドンの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ベトナムドンを識別する文字列 "VND"。

適用対象