GeographicRegion.CodeThreeLetter プロパティ

定義

このリージョンの 3 文字の識別子を取得します。

public:
 property Platform::String ^ CodeThreeLetter { Platform::String ^ get(); };
winrt::hstring CodeThreeLetter();
public string CodeThreeLetter { get; }
var string = geographicRegion.codeThreeLetter;
Public ReadOnly Property CodeThreeLetter As String

プロパティ値

String

Platform::String

winrt::hstring

この領域の 3 文字の ISO 3166-1 alpha-3 コード (存在する場合) を返します。それ以外の場合は、"ZZZ" を返します。

適用対象