MapAddress.CountryCode 属性

定义

获取或设置地址的国家/地区代码。

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

属性值

String

Platform::String

winrt::hstring

地址的国家/地区代码。

适用于

另请参阅