共用方式為


GeographicRegion.CodeTwoLetter 屬性

定義

取得這個區域的兩個字母識別碼。

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

如果存在,則傳回這個區域的雙字母 ISO 3166-1 Alpha-2 程式碼;否則會傳回 「ZZ」。

適用於