RemoteLauncher.LaunchUriAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
接続するリモート システム (デバイス) を指定します。
戻り値
起動試行の結果。
- 属性
こちらもご覧ください
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
適用対象
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
接続するリモート システム (デバイス) を指定します。
- options
- RemoteLauncherOptions
アプリの起動オプション。
戻り値
起動試行の結果。
- 属性
こちらもご覧ください
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
適用対象
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
接続するリモート システム (デバイス) を指定します。
- options
- RemoteLauncherOptions
アプリの起動オプション。
- inputData
- ValueSet
アプリの入力データ。
戻り値
起動試行の結果。
- 属性
こちらもご覧ください
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)