Launcher クラス (Windows.System 名前空間)
public static class Launcher
継承:Object → Launcher
[toc]目次
メソッド
LaunchFileAsync
public static IAsyncOperation<bool> LaunchFileAsync(IStorageFile file);
public static IAsyncOperation<bool> LaunchFileAsync(IStorageFile file, LauncherOptions options);
LaunchFolderAsync
public static IAsyncOperation<bool> LaunchFolderAsync(IStorageFolder folder);
public static IAsyncOperation<bool> LaunchFolderAsync(IStorageFolder folder, FolderLauncherOptions options);
LaunchFolderPathAsync
public static IAsyncOperation<bool> LaunchFolderPathAsync(string path);
public static IAsyncOperation<bool> LaunchFolderPathAsync(string path, FolderLauncherOptions options);