次の方法で共有


PlaceInfo.CreateFromIdentifier メソッド

定義

オーバーロード

CreateFromIdentifier(String)

PlaceInfo インスタンスを作成します。

CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)

PlaceInfo インスタンスを作成します。

CreateFromIdentifier(String)

PlaceInfo インスタンスを作成します。

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 インスタンス。

属性

適用対象

CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)

PlaceInfo インスタンスを作成します。

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

明るいウィンドウに表示する地理的なマップの場所。

Note

この値は、識別子が無効であるか、デバイスがオフラインであるか、識別子を使用して場所の詳細を取得できない場合にのみ使用されます。

options
PlaceInfoCreateOptions

この場所を説明する省略可能な情報。 この情報は、無視可能なウィンドウに表示されます。

Note

この値は、識別子が無効であるか、デバイスがオフラインであるか、識別子を使用して場所の詳細を取得できない場合にのみ使用されます。

戻り値

場所を記述する PlaceInfo インスタンス。

属性

適用対象