GeographicRegion.CodeThreeDigit 属性

定义

获取此区域的三位数标识符,作为字符串。

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

属性值

String

Platform::String

winrt::hstring

以字符串的形式返回区域的 ISO-3166-1 数字三位数代码或 UN-M49 代码。 如果区域未知,则返回“999”。

适用于