PlaceInfo.CreateFromIdentifier 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateFromIdentifier(String) |
PlaceInfo instance 만듭니다. |
CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions) |
PlaceInfo instance 만듭니다. |
CreateFromIdentifier(String)
public:
static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
public static PlaceInfo CreateFromIdentifier(string identifier);
function createFromIdentifier(identifier)
Public Shared Function CreateFromIdentifier (identifier As String) As PlaceInfo
매개 변수
- identifier
-
String
Platform::String
winrt::hstring
위치의 식별자입니다.
반환
위치를 설명하는 PlaceInfo instance.
- 특성
적용 대상
CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)
public:
static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier, Geopoint ^ defaultPoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier, Geopoint const& defaultPoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
public static PlaceInfo CreateFromIdentifier(string identifier, Geopoint defaultPoint, PlaceInfoCreateOptions options);
function createFromIdentifier(identifier, defaultPoint, options)
Public Shared Function CreateFromIdentifier (identifier As String, defaultPoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo
매개 변수
- identifier
-
String
Platform::String
winrt::hstring
위치의 식별자입니다.
- defaultPoint
- Geopoint
밝게 해제할 수 있는 창에 표시하려는 지리적 지도 위치입니다.
참고
이 값은 식별자가 유효하지 않거나, 디바이스가 오프라인이거나, 식별자를 사용하여 장소의 세부 정보를 가져올 수 없는 경우에만 사용됩니다.
- options
- PlaceInfoCreateOptions
이 위치를 설명하는 선택적 정보입니다. 이 정보는 해제할 수 있는 밝은 창에 표시됩니다.
참고
이 값은 식별자가 유효하지 않거나, 디바이스가 오프라인이거나, 식별자를 사용하여 장소의 세부 정보를 가져올 수 없는 경우에만 사용됩니다.
반환
위치를 설명하는 PlaceInfo instance.
- 특성