次の方法で共有


CurrencyIdentifiers.SGD プロパティ

定義

シンガポール ドルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

シンガポール ドルを識別する文字列 "SGD" です。

適用対象