Partager via


LauncherExtensions.TryOpenAsync(ILauncher, String) Méthode

Définition

Vérifie d’abord si l’URI fourni est pris en charge, puis ouvre l’application spécifiée par l’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)

Paramètres

launcher
ILauncher

Objet sur lequel cette méthode est appelée.

uri
String

URI à essayer et à ouvrir.

Retours

true si l’URI a été ouvert, sinon false.

Exceptions

Levée quand uri est malformé.

S’applique à