MapAddress.Country 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

地址所在的国家/地区。

适用于

另请参阅