Freigeben über


WalletItemSystemStore.GetAppStatusForItem(WalletItem) Methode

Definition

Ruft einen WalletItemAppAssociation-Wert ab, der angibt, ob eine App für das angegebene WalletItem installiert 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 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

Parameter

item
WalletItem

Das Element, für das das status abgerufen werden soll.

Gibt zurück

Der WalletItemAppAssociation-Wert , der angibt, ob eine App für die angegebene WalletItem-Instanz installiert ist, die durch den item-Parameter angegeben wird.

Attribute

Windows-Anforderungen

App-Funktionen
walletSystem

Gilt für: