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 코드 중 하나입니다.

적용 대상