RemoteLauncher クラス

定義

リモート デバイスで指定した URI に関連付けられている既定のアプリを起動します。

public ref class RemoteLauncher abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class RemoteLauncher final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteLauncher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class RemoteLauncher
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RemoteLauncher
Public Class RemoteLauncher
継承
Object Platform::Object IInspectable RemoteLauncher
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

メソッド

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

リモート デバイス上の指定した URI の URI スキーム名に関連付けられている既定のアプリを起動します。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

指定したオプションを使用して、リモート デバイス上の指定した URI の URI スキーム名に関連付けられている既定のアプリを起動します。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

指定したオプションと入力データを使用して、リモート デバイス上の指定した URI の URI スキーム名に関連付けられている既定のアプリを起動します。

適用対象