PlaceInfo.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create(Geopoint) |
PlaceInfo インスタンスを作成します。 |
Create(Geopoint, PlaceInfoCreateOptions) |
PlaceInfo インスタンスを作成します。 |
Create(Geopoint)
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)
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 インスタンス。
- 属性