RemoteLauncher.LaunchUriAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LaunchUriAsync(RemoteSystemConnectionRequest, Uri) |
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant. |
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) |
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options spécifiées. |
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) |
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options et des données d’entrée spécifiées. |
LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant.
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)
Paramètres
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest
Spécifie le système distant (appareil) auquel se connecter.
Retours
Résultat de la tentative de lancement.
- Attributs
Voir aussi
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
S’applique à
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options spécifiées.
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)
Paramètres
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest
Spécifie le système distant (appareil) auquel se connecter.
- options
- RemoteLauncherOptions
Options de lancement de l’application.
Retours
Résultat de la tentative de lancement.
- Attributs
Voir aussi
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
S’applique à
LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
Démarre l’application par défaut associée au nom du schéma d’URI pour l’URI spécifié sur un appareil distant, à l’aide des options et des données d’entrée spécifiées.
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)
Paramètres
- remoteSystemConnectionRequest
- RemoteSystemConnectionRequest
Spécifie le système distant (appareil) auquel se connecter.
- options
- RemoteLauncherOptions
Options de lancement de l’application.
- inputData
- ValueSet
Données d’entrée pour l’application.
Retours
Résultat de la tentative de lancement.
- Attributs
Voir aussi
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)