RemoteLauncher.LaunchUriAsync 方法

定义

重载

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

使用指定的选项启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

使用指定的选项和输入数据,启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri);
/// [Windows.Foundation.Metadata.Overload("LaunchUriAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri);
[Windows.Foundation.Metadata.Overload("LaunchUriAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri);
function launchUriAsync(remoteSystemConnectionRequest, uri)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri) As IAsyncOperation(Of RemoteLaunchUriStatus)

参数

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

指定要连接到的远程系统 (设备) 。

uri
Uri Uri

URI 方案。

返回

启动尝试的结果。

属性

另请参阅

适用于

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

使用指定的选项启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri, RemoteLauncherOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("LaunchUriWithOptionsAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri, RemoteLauncherOptions const& options);
[Windows.Foundation.Metadata.Overload("LaunchUriWithOptionsAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options);
function launchUriAsync(remoteSystemConnectionRequest, uri, options)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions) As IAsyncOperation(Of RemoteLaunchUriStatus)

参数

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

指定要连接到的远程系统 (设备) 。

uri
Uri Uri

Uri 方案。

options
RemoteLauncherOptions

应用的启动选项。

返回

启动尝试的结果。

属性

另请参阅

适用于

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

使用指定的选项和输入数据,启动与远程设备上指定 URI 的 URI 方案名称关联的默认应用。

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri, RemoteLauncherOptions ^ options, ValueSet ^ inputData);
/// [Windows.Foundation.Metadata.Overload("LaunchUriWithDataAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri, RemoteLauncherOptions const& options, ValueSet const& inputData);
[Windows.Foundation.Metadata.Overload("LaunchUriWithDataAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options, ValueSet inputData);
function launchUriAsync(remoteSystemConnectionRequest, uri, options, inputData)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions, inputData As ValueSet) As IAsyncOperation(Of RemoteLaunchUriStatus)

参数

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

指定要连接到的远程系统 (设备) 。

uri
Uri Uri

Uri 方案。

options
RemoteLauncherOptions

应用的启动选项。

inputData
ValueSet

应用的输入数据。

返回

启动尝试的结果。

属性

另请参阅

适用于