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 方案名称关联的默认应用。

适用于