Share via


WalletItemSystemStore.GetAppStatusForItem(WalletItem) Method

Definition

Gets a WalletItemAppAssociation value indicating if an app is installed for the specified WalletItem.

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 WalletItemAppAssociation GetAppStatusForItem(WalletItem ^ item) = GetAppStatusForItem;
WalletItemAppAssociation GetAppStatusForItem(WalletItem const& item);
/// [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")]
WalletItemAppAssociation GetAppStatusForItem(WalletItem const& item);
public WalletItemAppAssociation GetAppStatusForItem(WalletItem item);
[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 WalletItemAppAssociation GetAppStatusForItem(WalletItem item);
function getAppStatusForItem(item)
Public Function GetAppStatusForItem (item As WalletItem) As WalletItemAppAssociation

Parameters

item
WalletItem

The item for which to retrieve the status.

Returns

The WalletItemAppAssociation value indicating if an app is installed for the specified WalletItem specified by the item parameter.

Attributes

Windows requirements

App capabilities
walletSystem

Applies to