PlaceInfo.CreateFromAddress 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateFromAddress(String) |
주소를 사용하여 PlaceInfo instance 만듭니다. |
CreateFromAddress(String, String) |
주소와 표시 이름을 사용하여 PlaceInfo instance 만듭니다. |
CreateFromAddress(String)
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)
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에서 도입되었습니다.)
|