GeographicRegion.CodeThreeDigit Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’identificateur à trois chiffres pour cette région, sous forme de chaîne.
public:
property Platform::String ^ CodeThreeDigit { Platform::String ^ get(); };
winrt::hstring CodeThreeDigit();
public string CodeThreeDigit { get; }
var string = geographicRegion.codeThreeDigit;
Public ReadOnly Property CodeThreeDigit As String
Valeur de propriété
Retourne sous forme de chaîne le code numérique à trois chiffres ISO-3166-1 pour la région, ou le code UN-M49. Si la région est inconnue, retourne « 999 ».