Compartir a través de


LauncherExtensions.TryOpenAsync(ILauncher, String) Método

Definición

En primer lugar, comprueba si se admite el URI proporcionado y, a continuación, abre la aplicación especificada por el URI.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(Microsoft::Maui::ApplicationModel::ILauncher ^ launcher, System::String ^ uri);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (this Microsoft.Maui.ApplicationModel.ILauncher launcher, string uri);
static member TryOpenAsync : Microsoft.Maui.ApplicationModel.ILauncher * string -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function TryOpenAsync (launcher As ILauncher, uri As String) As Task(Of Boolean)

Parámetros

launcher
ILauncher

El objeto en el que se invoca este método.

uri
String

URI para intentar abrirlo.

Devoluciones

true si se abrió el URI; de lo contrario false, .

Excepciones

Se produce cuando uri tiene un formato incorrecto.

Se aplica a