GeographicRegion.CodeThreeDigit プロパティ

定義

このリージョンの 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

プロパティ値

String

Platform::String

winrt::hstring

リージョンの ISO-3166-1 数値 3 桁コード、または UN-M49 コードを文字列として返します。 リージョンが不明な場合は、"999" を返します。

適用対象