다음을 통해 공유


GeographicRegion 클래스

정의

지역을 설명합니다. 일반적으로 국가이지만 거시적일 수 있습니다.

public ref class GeographicRegion sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Globalization.IGeographicRegionFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GeographicRegion final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Activatable(Windows.Globalization.IGeographicRegionFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class GeographicRegion final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Globalization.IGeographicRegionFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GeographicRegion
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Globalization.IGeographicRegionFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class GeographicRegion
function GeographicRegion(geographicRegionCode)
Public NotInheritable Class GeographicRegion
상속
Object Platform::Object IInspectable GeographicRegion
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

예제

// Get the user's geographic region and its display name.
var geographicRegion = new Windows.Globalization.GeographicRegion();
var displayName = geographicRegion.DisplayName;

설명

Microsoft에서 사용 하는 표준 국가/지역 코드 목록은 공식 국가/지역 목록을 참조하세요.

생성자

GeographicRegion()

사용자의 홈 지역으로 기본값을 지정하는 GeographicRegion 개체를 만듭니다.

GeographicRegion(String)

GeographicRegion 개체를 만듭니다.

속성

Code

지역을 나타내는 사용 가능한 최상의 식별자를 포함하는 문자열을 가져옵니다.

CodeThreeDigit

이 지역의 세 자리 식별자를 문자열로 가져옵니다.

CodeThreeLetter

이 지역의 세 글자 식별자를 가져옵니다.

CodeTwoLetter

이 지역의 두 문자 식별자를 가져옵니다.

CurrenciesInUse

이 지역에서 사용 중인 통화 집합을 가져옵니다.

DisplayName

지역을 식별하기 위해 사용자에게 표시하기에 적합한 지역화된 문자열을 가져옵니다.

NativeName

이 지역에서 사용되는 기본 언어로 된 지역의 이름을 가져옵니다.

메서드

IsSupported(String)

지리적 지역 식별자가 지원되는지 여부를 결정합니다.

적용 대상

추가 정보