RemoteLauncher.LaunchUriAsync Método

Definição

Sobrecargas

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto, usando as opções especificadas.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto, usando as opções especificadas e os dados de entrada.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto.

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)

Parâmetros

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Especifica o sistema remoto (dispositivo) ao qual se conectar.

uri
Uri Uri

O esquema de URI.

Retornos

O resultado da tentativa de inicialização.

Atributos

Confira também

Aplica-se a

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto, usando as opções especificadas.

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)

Parâmetros

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Especifica o sistema remoto (dispositivo) ao qual se conectar.

uri
Uri Uri

O esquema URI.

options
RemoteLauncherOptions

As opções de inicialização do aplicativo.

Retornos

O resultado da tentativa de inicialização.

Atributos

Confira também

Aplica-se a

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

Inicia o aplicativo padrão associado ao nome do esquema de URI para o URI especificado em um dispositivo remoto, usando as opções especificadas e os dados de entrada.

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)

Parâmetros

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Especifica o sistema remoto (dispositivo) ao qual se conectar.

uri
Uri Uri

O esquema URI.

options
RemoteLauncherOptions

As opções de inicialização do aplicativo.

inputData
ValueSet

Os dados de entrada do aplicativo.

Retornos

O resultado da tentativa de inicialização.

Atributos

Confira também

Aplica-se a