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

アプリの入力データ。

戻り値

起動試行の結果。

属性

こちらもご覧ください

適用対象