Launcher クラス

Launcher クラス (Windows.System 名前空間)

[APIドキュメント]

public static class Launcher

継承:Object → Launcher

メソッド

LaunchFileAsync

@ [APIドキュメント]

public static IAsyncOperation<bool> LaunchFileAsync(IStorageFile file);
public static IAsyncOperation<bool> LaunchFileAsync(IStorageFile file, LauncherOptions options);

LaunchFolderAsync

@ [APIドキュメント]

public static IAsyncOperation<bool> LaunchFolderAsync(IStorageFolder folder);
public static IAsyncOperation<bool> LaunchFolderAsync(IStorageFolder folder, FolderLauncherOptions options);

LaunchFolderPathAsync

@ [APIドキュメント]

public static IAsyncOperation<bool> LaunchFolderPathAsync(string path);
public static IAsyncOperation<bool> LaunchFolderPathAsync(string path, FolderLauncherOptions options);