Share via


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”。

适用于