次の方法で共有


PlaceInfo.Create メソッド

定義

オーバーロード

Create(Geopoint)

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

Create(Geopoint, PlaceInfoCreateOptions)

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

Create(Geopoint)

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

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint);
/// [Windows.Foundation.Metadata.Overload("Create")]
 static PlaceInfo Create(Geopoint const& referencePoint);
[Windows.Foundation.Metadata.Overload("Create")]
public static PlaceInfo Create(Geopoint referencePoint);
function create(referencePoint)
Public Shared Function Create (referencePoint As Geopoint) As PlaceInfo

パラメーター

referencePoint
Geopoint

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

戻り値

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

属性

適用対象

Create(Geopoint, PlaceInfoCreateOptions)

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

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
 static PlaceInfo Create(Geopoint const& referencePoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
public static PlaceInfo Create(Geopoint referencePoint, PlaceInfoCreateOptions options);
function create(referencePoint, options)
Public Shared Function Create (referencePoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo

パラメーター

referencePoint
Geopoint

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

options
PlaceInfoCreateOptions

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

戻り値

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

属性

適用対象