WalletItemAppAssociation Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert Werte, die von der GetAppStatusForItem-Methode verwendet werden und angeben, 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 enum class WalletItemAppAssociation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WalletItemAppAssociation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WalletItemAppAssociation is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
enum class WalletItemAppAssociation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WalletItemAppAssociation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WalletItemAppAssociation is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public enum WalletItemAppAssociation
var value = Windows.ApplicationModel.Wallet.System.WalletItemAppAssociation.none
Public Enum WalletItemAppAssociation
- Vererbung
-
WalletItemAppAssociation
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
App-Funktionen |
walletSystem
|
Felder
Name | Wert | Beschreibung |
---|---|---|
AppInstalled | 1 | Die App für das Brieftaschenelement ist auf diesem Gerät installiert. |
AppNotInstalled | 2 | Für das Brieftaschenelement ist eine App vorhanden, die jedoch nicht auf dem Gerät installiert ist. |
None | 0 | Dem Brieftaschenelement ist keine App zugeordnet. |