GeographicRegion.CodeThreeDigit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このリージョンの 3 桁の識別子を文字列として取得します。
public:
property Platform::String ^ CodeThreeDigit { Platform::String ^ get(); };
winrt::hstring CodeThreeDigit();
public string CodeThreeDigit { get; }
var string = geographicRegion.codeThreeDigit;
Public ReadOnly Property CodeThreeDigit As String
プロパティ値
リージョンの ISO-3166-1 数値 3 桁コード、または UN-M49 コードを文字列として返します。 リージョンが不明な場合は、"999" を返します。