共用方式為


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 代碼之一。

適用於