WalletItemSystemStore.GetAppStatusForItem(WalletItem) 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.
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
|