LauncherExtensions.CanOpenAsync(ILauncher, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.