共用方式為


GeographicRegion.CodeThreeLetter 屬性

定義

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

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

如果存在,則傳回此區域的三個字母 ISO 3166-1 Alpha-3 程式碼;否則會傳回 「ZZZ」。

適用於