Interface ILauncher
Starts the default app associated with the specified file or URI.
public interface ILauncher
- Extension Methods
Methods
LaunchFileAsync(IStorageItem)
Starts the default app associated with the specified storage file or folder.
Task<bool> LaunchFileAsync(IStorageItem storageItem)
Parameters
storageItem
IStorageItemThe file or folder.
Returns
LaunchUriAsync(Uri)
Starts the default app associated with the URI scheme name for the specified URI.
Task<bool> LaunchUriAsync(Uri uri)
Parameters
uri
UriThe URI.