Freigeben über


WalletItemSystemStore.LaunchAppForItemAsync(WalletItem) Methode

Definition

Startet die App, die dem angegebenen Brieftaschenelement zugeordnet ist.

Hinweis

Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser APIs zur Laufzeit fehl.

public:
 virtual IAsyncOperation<bool> ^ LaunchAppForItemAsync(WalletItem ^ item) = LaunchAppForItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem const& item);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem item);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem item);
function launchAppForItemAsync(item)
Public Function LaunchAppForItemAsync (item As WalletItem) As IAsyncOperation(Of Boolean)

Parameter

item
WalletItem

Das Brieftaschenelement, für das eine App gestartet werden soll.

Gibt zurück

Eine asynchrone Aktion, die angibt, dass der Vorgang abgeschlossen wurde.

Attribute

Windows-Anforderungen

App-Funktionen
walletSystem

Gilt für: