Partager via


LauncherExtensions.OpenAsync(ILauncher, String) Méthode

Définition

Ouvre l’application spécifiée par le schéma d’URI.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<bool> ^ OpenAsync(Microsoft::Maui::ApplicationModel::ILauncher ^ launcher, System::String ^ uri);
public static System.Threading.Tasks.Task<bool> OpenAsync (this Microsoft.Maui.ApplicationModel.ILauncher launcher, string uri);
static member OpenAsync : Microsoft.Maui.ApplicationModel.ILauncher * string -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function OpenAsync (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 à ouvrir.

Retours

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

Exceptions

Levée quand uri est malformé.

S’applique à