Freigeben über


PlaceInfo.Create Methode

Definition

Überlädt

Create(Geopoint)

Erstellt eine PlaceInfo-instance.

Create(Geopoint, PlaceInfoCreateOptions)

Erstellt eine PlaceInfo-instance.

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

Parameter

referencePoint
Geopoint

Der geografische Kartenstandort, den Sie in einem lichtverwerfenden Fenster anzeigen möchten.

Gibt zurück

Eine PlaceInfo-instance, die den Speicherort beschreibt.

Attribute

Gilt für:

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

Parameter

referencePoint
Geopoint

Der geografische Kartenstandort, den Sie in einem lichtverwerfenden Fenster anzeigen möchten.

options
PlaceInfoCreateOptions

Die optionalen Informationen, die diesen Speicherort beschreiben. Diese Informationen werden im Fenster angezeigt, das leicht verworfen werden kann.

Gibt zurück

Eine PlaceInfo-instance, die den Speicherort beschreibt.

Attribute

Gilt für: