Partager via


GeographicRegion.IsSupported(String) Méthode

Définition

Détermine si un identificateur de région géographique est pris en charge.

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

Paramètres

geographicRegionCode
String

Platform::String

winrt::hstring

Un des codes ISO 3166-1 à deux lettres ou trois lettres qui identifient le pays, ou l’un des codes UN-M49 à trois chiffres qui identifient la région géographique.

Retours

Boolean

bool

True si l’ID est connu ; sinon, ** false**. Si cette méthode retourne true, une application peut construire une région en toute sécurité à l’aide de cet identificateur de région. S’il retourne false, la tentative de construction d’une région pour le code donné lève une exception.

S’applique à