PlaceInfo.DisplayAddress 属性

定义

获取与 PlaceInfo 关联的地址。

public:
 property Platform::String ^ DisplayAddress { Platform::String ^ get(); };
winrt::hstring DisplayAddress();
public string DisplayAddress { get; }
var string = placeInfo.displayAddress;
Public ReadOnly Property DisplayAddress As String

属性值

String

Platform::String

winrt::hstring

PlaceInfo 关联的地址。

适用于