CurrencyIdentifiers.TWD プロパティ

定義

新しい台湾ドルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

新しい台湾ドルを識別する文字列 "TWD"。

適用対象