다음을 통해 공유


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와 연결된 주소입니다.

적용 대상