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