Share via


WalletItemCustomProperty.SummaryViewPosition Property

Definition

Caution

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

Gets or sets the optional position of this property when shown in the summary view for a wallet item.

public:
 property WalletSummaryViewPosition SummaryViewPosition { WalletSummaryViewPosition get(); void set(WalletSummaryViewPosition value); };
WalletSummaryViewPosition SummaryViewPosition();

void SummaryViewPosition(WalletSummaryViewPosition value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletSummaryViewPosition SummaryViewPosition();

void SummaryViewPosition(WalletSummaryViewPosition value);
public WalletSummaryViewPosition SummaryViewPosition { get; set; }
public WalletSummaryViewPosition SummaryViewPosition { [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var walletSummaryViewPosition = walletItemCustomProperty.summaryViewPosition;
walletItemCustomProperty.summaryViewPosition = walletSummaryViewPosition;
Public Property SummaryViewPosition As WalletSummaryViewPosition

Property Value

The optional position of this property when shown in the summary view for a wallet item, as a value of the enumeration. The default is Hidden.

Attributes

Applies to

See also