Compartilhar via


LauncherExtensions.TryOpenAsync(ILauncher, String) Método

Definição

Primeiro, verifica se o URI fornecido tem suporte e abre o aplicativo especificado pelo 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

O objeto no qual esse método é invocado.

uri
String

URI para tentar abrir.

Retornos

true se o URI foi aberto, caso contrário false, .

Exceções

Gerada quando uri está malformada.

Aplica-se a