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 配置名稱相關聯的預設應用程式。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

使用指定的選項,啟動與遠端裝置上所指定 URI 配置名稱相關聯的預設應用程式。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

使用指定的選項和輸入資料,啟動與遠端裝置上指定之 URI 配置名稱相關聯的預設應用程式。

適用於