Partager via


PlaceInfo.Create Méthode

Définition

Surcharges

Create(Geopoint)

Crée un instance PlaceInfo.

Create(Geopoint, PlaceInfoCreateOptions)

Crée un instance PlaceInfo.

Create(Geopoint)

Crée un instance 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

Paramètres

referencePoint
Geopoint

Emplacement de la carte géographique que vous souhaitez afficher dans une fenêtre de lumière ignorée.

Retours

Une instance PlaceInfo qui décrit l’emplacement.

Attributs

S’applique à

Create(Geopoint, PlaceInfoCreateOptions)

Crée un instance 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

Paramètres

referencePoint
Geopoint

Emplacement de la carte géographique que vous souhaitez afficher dans une fenêtre de lumière ignorée.

options
PlaceInfoCreateOptions

Informations facultatives qui décrivent cet emplacement. Ces informations s’affichent dans la fenêtre light-ignoreible.

Retours

Une instance PlaceInfo qui décrit l’emplacement.

Attributs

S’applique à