ILauncher.CanOpenAsync(Uri) 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::Threading::Tasks::Task<bool> ^ CanOpenAsync(Uri ^ uri);
public System.Threading.Tasks.Task<bool> CanOpenAsync(Uri uri);
abstract member CanOpenAsync : Uri -> System.Threading.Tasks.Task<bool>
Public Function CanOpenAsync (uri As Uri) As Task(Of Boolean)
Paramètres
- uri
- Uri
Schéma d’URI à interroger.
Retours
true si l’ouverture est prise en charge, sinon false.
Exceptions
Levée quand uri est malformé.