共用方式為


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

位址的國家/地區代碼。

適用於

另請參閱