Freigeben über


MapAddress.CountryCode Eigenschaft

Definition

Ruft den Ländercode einer Adresse ab oder legt diese fest.

public:
 property Platform::String ^ CountryCode { Platform::String ^ get(); };
winrt::hstring CountryCode();
public string CountryCode { get; }
var string = mapAddress.countryCode;
Public ReadOnly Property CountryCode As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Ländercode einer Adresse.

Gilt für:

Weitere Informationen