Freigeben über


AppListEntry.LaunchAsync Methode

Definition

Starten Sie die app, die diesem AppListEntry zugeordnet ist.

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)

Gibt zurück

Gibt true zurück, wenn der Start erfolgreich ist. andernfalls false.

Attribute

Hinweise

Die App wird gestartet, ohne Parameter zu übergeben. Es wird auf die gleiche Weise gestartet, als hätte der Benutzer auf den Eintrag in der App-Liste geklickt.

Gilt für: