Freigeben über


WalletSummaryViewPosition Enumeration

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.

Beschreibt die Position in der Zusammenfassungsansicht eines Brieftaschenelements, an dem ein WalletItemCustomProperty angezeigt werden soll.

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

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Field1 1

Die erste Zusammenfassungszeile.

Field2 2

Die zweite Zusammenfassungszeile.

Hidden 0

Das Element ist in der Zusammenfassungsansicht ausgeblendet.

Gilt für:

Weitere Informationen