AppListEntry.LaunchAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for