다음을 통해 공유


GeographicRegion.IsSupported(String) 메서드

정의

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

public:
 static bool IsSupported(Platform::String ^ geographicRegionCode);
 static bool IsSupported(winrt::hstring const& geographicRegionCode);
public static bool IsSupported(string geographicRegionCode);
function isSupported(geographicRegionCode)
Public Shared Function IsSupported (geographicRegionCode As String) As Boolean

매개 변수

geographicRegionCode
String

Platform::String

winrt::hstring

ISO 3166-1 국가를 식별하는 두 글자 또는 세 글자 코드 중 하나 또는 지리적 지역을 식별하는 세 자리 UN-M49 코드 중 하나입니다.

반환

Boolean

bool

ID 가 알려진 경우 True이고, 그렇지 않으면 ** false**입니다. 이 메서드가 true를 반환하는 경우 앱은 이 지역 식별자를 사용하여 지역을 안전하게 생성할 수 있습니다. false를 반환하는 경우 지정된 코드에 대한 영역을 생성하려고 하면 예외가 throw됩니다.

적용 대상