AppListEntry.LaunchAsync Method

Definition

Launch the app associated with this 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)

Returns

Returns true if the launch succeeds; otherwise, false.

Attributes

Remarks

The app is launched without passing parameters. It is launched in the same way as if the user clicked on the entry in the app list.

Applies to