WalletItemAppAssociation Enum
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.
Defines values used by the GetAppStatusForItem method 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 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
- Inheritance
-
WalletItemAppAssociation
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
walletSystem
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | There is no app associated with the wallet item. |
AppInstalled | 1 | The app for the wallet item is installed on this device. |
AppNotInstalled | 2 | An app exists for the wallet item, but it is not installed on the device. |