WalletItemSystemStore.LaunchAppForItemAsync(WalletItem) Method

Definition

Launches the app that is associated with the given wallet item.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

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)

Parameters

item
WalletItem

The wallet item to launch an app for.

Returns

An async action indicating that the operation has completed.

Attributes

Windows requirements

App capabilities
walletSystem

Applies to