Partager via


LauncherExtensions.CanOpenAsync(ILauncher, String) Méthode

Définition

Interroge si l’appareil prend en charge l’ouverture du schéma d’URI donné.

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

Schéma d’URI à interroger.

Retours

true si l’ouverture est prise en charge, sinon false.

Exceptions

Levée quand uri est malformé.

S’applique à