Map.OpenAsync 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.
Überlädt
OpenAsync(Location) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort. |
OpenAsync(Placemark) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort. |
OpenAsync(Location, MapLaunchOptions) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen. |
OpenAsync(Placemark, MapLaunchOptions) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen. |
OpenAsync(Double, Double) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort. |
OpenAsync(Double, Double, MapLaunchOptions) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen. |
OpenAsync(Location)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort.
public:
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::Devices::Sensors::Location ^ location);
public static System.Threading.Tasks.Task OpenAsync (Microsoft.Maui.Devices.Sensors.Location location);
static member OpenAsync : Microsoft.Maui.Devices.Sensors.Location -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (location As Location) As Task
Parameter
- location
- Location
Speicherort, der in der Kartenanwendung geöffnet werden soll.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(Placemark)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort.
public:
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::Devices::Sensors::Placemark ^ placemark);
public static System.Threading.Tasks.Task OpenAsync (Microsoft.Maui.Devices.Sensors.Placemark placemark);
static member OpenAsync : Microsoft.Maui.Devices.Sensors.Placemark -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (placemark As Placemark) As Task
Parameter
- placemark
- Placemark
Platzzeichen, das in der Kartenanwendung geöffnet werden soll.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(Location, MapLaunchOptions)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen.
public:
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::Devices::Sensors::Location ^ location, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task OpenAsync (Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member OpenAsync : Microsoft.Maui.Devices.Sensors.Location * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (location As Location, options As MapLaunchOptions) As Task
Parameter
- location
- Location
Speicherort, der in der Kartenanwendung geöffnet werden soll.
- options
- MapLaunchOptions
Startoptionen, die verwendet werden sollen.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(Placemark, MapLaunchOptions)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen.
public:
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::Devices::Sensors::Placemark ^ placemark, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task OpenAsync (Microsoft.Maui.Devices.Sensors.Placemark placemark, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member OpenAsync : Microsoft.Maui.Devices.Sensors.Placemark * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (placemark As Placemark, options As MapLaunchOptions) As Task
Parameter
- placemark
- Placemark
Platzzeichen, das in der Kartenanwendung geöffnet werden soll.
- options
- MapLaunchOptions
Startoptionen, die verwendet werden sollen.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(Double, Double)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort.
public:
static System::Threading::Tasks::Task ^ OpenAsync(double latitude, double longitude);
public static System.Threading.Tasks.Task OpenAsync (double latitude, double longitude);
static member OpenAsync : double * double -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (latitude As Double, longitude As Double) As Task
Parameter
- latitude
- Double
Breitengrad des Ziels.
- longitude
- Double
Zielgrad.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(Double, Double, MapLaunchOptions)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen.
public:
static System::Threading::Tasks::Task ^ OpenAsync(double latitude, double longitude, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task OpenAsync (double latitude, double longitude, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member OpenAsync : double * double * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task
Public Shared Function OpenAsync (latitude As Double, longitude As Double, options As MapLaunchOptions) As Task
Parameter
- latitude
- Double
Breitengrad des Ziels.
- longitude
- Double
Zielgrad.
- options
- MapLaunchOptions
Startoptionen, die verwendet werden sollen.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.