Compartilhar via


AppListEntry.LaunchAsync Método

Definição

Iniciar o aplicativo associado a este AppListEntry

public:
 virtual IAsyncOperation<bool> ^ LaunchAsync() = LaunchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> LaunchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> LaunchAsync();
function launchAsync()
Public Function LaunchAsync () As IAsyncOperation(Of Boolean)

Retornos

Retornará true se o lançamento for bem-sucedido; caso contrário, false.

Atributos

Comentários

O aplicativo é iniciado sem passar parâmetros. Ele é iniciado da mesma forma que se o usuário clicasse na entrada na lista de aplicativos.

Aplica-se a