LauncherExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static class with extension methods for the ILauncher APIs.
public ref class LauncherExtensions abstract sealed
public static class LauncherExtensions
type LauncherExtensions = class
Public Module LauncherExtensions
- Inheritance
-
LauncherExtensions
Methods
CanOpenAsync(ILauncher, String) |
Queries if the device supports opening the given URI scheme. |
OpenAsync(ILauncher, String) |
Opens the app specified by the URI scheme. |
TryOpenAsync(ILauncher, String) |
First checks if the provided URI is supported, then opens the app specified by the URI. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.