다음을 통해 공유


PlaceInfo.CreateFromAddress 메서드

정의

오버로드

CreateFromAddress(String)

주소를 사용하여 PlaceInfo instance 만듭니다.

CreateFromAddress(String, String)

주소와 표시 이름을 사용하여 PlaceInfo instance 만듭니다.

CreateFromAddress(String)

주소를 사용하여 PlaceInfo instance 만듭니다.

public:
 static PlaceInfo ^ CreateFromAddress(Platform::String ^ displayAddress);
/// [Windows.Foundation.Metadata.Overload("CreateFromAddress")]
 static PlaceInfo CreateFromAddress(winrt::hstring const& displayAddress);
[Windows.Foundation.Metadata.Overload("CreateFromAddress")]
public static PlaceInfo CreateFromAddress(string displayAddress);
function createFromAddress(displayAddress)
Public Shared Function CreateFromAddress (displayAddress As String) As PlaceInfo

매개 변수

displayAddress
String

Platform::String

winrt::hstring

자리표에 표시할 위치의 주소입니다.

반환

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상

CreateFromAddress(String, String)

주소와 표시 이름을 사용하여 PlaceInfo instance 만듭니다.

public:
 static PlaceInfo ^ CreateFromAddress(Platform::String ^ displayAddress, Platform::String ^ displayName);
/// [Windows.Foundation.Metadata.Overload("CreateFromAddressWithName")]
 static PlaceInfo CreateFromAddress(winrt::hstring const& displayAddress, winrt::hstring const& displayName);
[Windows.Foundation.Metadata.Overload("CreateFromAddressWithName")]
public static PlaceInfo CreateFromAddress(string displayAddress, string displayName);
function createFromAddress(displayAddress, displayName)
Public Shared Function CreateFromAddress (displayAddress As String, displayName As String) As PlaceInfo

매개 변수

displayAddress
String

Platform::String

winrt::hstring

자리표에 표시할 위치의 주소입니다.

displayName
String

Platform::String

winrt::hstring

자리표에 레이블로 표시할 이름입니다.

반환

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상