PlaceInfoHelper.CreateFromLocalLocation(LocalLocation) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine PlaceInfo- Instanz.
public:
static PlaceInfo ^ CreateFromLocalLocation(LocalLocation ^ location);
static PlaceInfo CreateFromLocalLocation(LocalLocation const& location);
public static PlaceInfo CreateFromLocalLocation(LocalLocation location);
function createFromLocalLocation(location)
Public Shared Function CreateFromLocalLocation (location As LocalLocation) As PlaceInfo
Parameter
- location
- LocalLocation
Der Standort eines Unternehmens oder Orts.
Gibt zurück
Eine PlaceInfo-, die das Geschäft oder den Ort beschreibt.