GeographicRegion.IsSupported(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지리적 지역 식별자가 지원되는지 여부를 결정합니다.
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됩니다.