GeographicRegion.CodeThreeLetter 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 lettres pour cette région.
public:
property Platform::String ^ CodeThreeLetter { Platform::String ^ get(); };
winrt::hstring CodeThreeLetter();
public string CodeThreeLetter { get; }
var string = geographicRegion.codeThreeLetter;
Public ReadOnly Property CodeThreeLetter As String
Valeur de propriété
Retourne le code iso 3166-1 alpha-3 à trois lettres pour cette région, le cas échéant ; sinon, retourne « ZZZ ».