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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.