Freigeben über


WalletItemCustomProperty.SummaryViewPosition Eigenschaft

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Ruft die optionale Position dieser Eigenschaft ab, wenn sie in der Zusammenfassungsansicht für ein Brieftaschenelement angezeigt wird, oder legt diese fest.

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

Eigenschaftswert

Die optionale Position dieser Eigenschaft, wenn sie in der Zusammenfassungsansicht für ein Brieftaschenelement als Wert der Enumeration angezeigt wird. Der Standardwert ist Ausgeblendet.

Attribute

Gilt für:

Weitere Informationen