次の方法で共有


CurrencyIdentifiers.USD プロパティ

定義

米国ドルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

米国ドルを識別する文字列 "USD"。

適用対象