MapAddress.Street 属性

定义

获取或设置地址的街道。

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

属性值

String

Platform::String

winrt::hstring

地址的街道。

适用于

另请参阅