共用方式為


RemoteLauncher.LaunchUriAsync 方法

定義

多載

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

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

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

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

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

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

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

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

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

應用程式的輸入資料。

傳回

啟動嘗試的結果。

屬性

另請參閱

適用於