WalletDetailViewPosition Enum

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Describes the position in the detail view of a wallet item that a WalletItemCustomProperty record should be displayed at.

public enum class WalletDetailViewPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WalletDetailViewPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WalletDetailViewPosition 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 WalletDetailViewPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WalletDetailViewPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WalletDetailViewPosition 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 WalletDetailViewPosition
var value = Windows.ApplicationModel.Wallet.WalletDetailViewPosition.hidden
Public Enum WalletDetailViewPosition
Inheritance
WalletDetailViewPosition
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

CenterField1 10

If the value of the property at this position contains a URL (http:// or https://), the data is displayed as a button that can navigate to that URL.

FooterField1 11

The first footer slot in UI.

FooterField2 12

The second footer slot in UI.

FooterField3 13

The third footer slot in UI.

FooterField4 14

The fourth footer slot in UI.

HeaderField1 1

The first header slot in UI.

HeaderField2 2

The second header slot in UI.

Hidden 0

This property is hidden from the detail view of the wallet item, but will be displayed on the back-of-card view of the item.

PrimaryField1 3

The first content slot in UI.

PrimaryField2 4

The second content slot in UI.

SecondaryField1 5

The first content slot in UI under Header2.

SecondaryField2 6

The second content slot in UI under Header2.

SecondaryField3 7

The third content slot in UI under Header2.

SecondaryField4 8

The fourth content slot in UI under Header2.

SecondaryField5 9

The fifth content slot in UI under Header2.

Applies to

See also