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

适用于