RemoteLauncher.LaunchUriAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
指定要連線的遠端系統 (裝置) 。
傳回
啟動嘗試的結果。
- 屬性
另請參閱
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
適用於
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
指定要連線的遠端系統 (裝置) 。
- options
- RemoteLauncherOptions
應用程式的啟動選項。
傳回
啟動嘗試的結果。
- 屬性
另請參閱
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
適用於
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
指定要連線的遠端系統 (裝置) 。
- options
- RemoteLauncherOptions
應用程式的啟動選項。
- inputData
- ValueSet
應用程式的輸入資料。
傳回
啟動嘗試的結果。
- 屬性
另請參閱
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)