GeographicRegion.CodeTwoLetter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個區域的兩個字母識別碼。
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
屬性值
如果存在,則傳回這個區域的雙字母 ISO 3166-1 Alpha-2 程式碼;否則會傳回 「ZZ」。