次の方法で共有


CurrencyFormatter.ResolvedGeographicRegion プロパティ

定義

通貨値の書式設定または解析に最後に使用された地理的リージョンを取得します。

public:
 property Platform::String ^ ResolvedGeographicRegion { Platform::String ^ get(); };
winrt::hstring ResolvedGeographicRegion();
public string ResolvedGeographicRegion { get; }
var string = currencyFormatter.resolvedGeographicRegion;
Public ReadOnly Property ResolvedGeographicRegion As String

プロパティ値

String

Platform::String

winrt::hstring

通貨値の書式設定または解析に最後に使用された地理的リージョン。

実装

適用対象