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