GeographicRegion コンストラクター

定義

オーバーロード

GeographicRegion()

ユーザーのホーム リージョンに既定値を設定する GeographicRegion オブジェクトを作成します。

GeographicRegion(String)

GeoRegion オブジェクトを作成します。

GeographicRegion()

ユーザーのホーム リージョンに既定値を設定する GeographicRegion オブジェクトを作成します。

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

こちらもご覧ください

適用対象

GeographicRegion(String)

GeoRegion オブジェクトを作成します。

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 の 2 文字または 3 文字のコードのいずれか、または地理的な地域を識別する 3 桁の UN-M49 コードのいずれか。

適用対象