GeographicRegion.CodeTwoLetter プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象