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