GeographicRegion 构造函数

定义

重载

GeographicRegion()

创建默认为用户主区域的 GeographicRegion 对象。

GeographicRegion(String)

创建一个 GeographicRegion 对象。

GeographicRegion()

创建默认为用户主区域的 GeographicRegion 对象。

public:
 GeographicRegion();
 GeographicRegion();
public GeographicRegion();
function GeographicRegion()
Public Sub New ()

另请参阅

适用于

GeographicRegion(String)

创建一个 GeographicRegion 对象。

public:
 GeographicRegion(Platform::String ^ geographicRegionCode);
 GeographicRegion(winrt::hstring const& geographicRegionCode);
public GeographicRegion(string geographicRegionCode);
function GeographicRegion(geographicRegionCode)
Public Sub New (geographicRegionCode As String)

参数

geographicRegionCode
String

Platform::String

winrt::hstring

用于标识国家/地区的 ISO 3166-1 双字母或三字母代码之一,或标识地理区域的三位数 UN-M49 代码之一。

适用于