GeographicRegion.CodeThreeDigit 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此区域的三位数标识符,作为字符串。
public:
property Platform::String ^ CodeThreeDigit { Platform::String ^ get(); };
winrt::hstring CodeThreeDigit();
public string CodeThreeDigit { get; }
var string = geographicRegion.codeThreeDigit;
Public ReadOnly Property CodeThreeDigit As String
属性值
以字符串的形式返回区域的 ISO-3166-1 数字三位数代码或 UN-M49 代码。 如果区域未知,则返回“999”。