Freigeben über


WalletItem.DisplayProperties 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 Auflistung von WalletItemCustomProperty-Objekten ab, die dem Brieftaschenelement zugeordnet sind.

public:
 property IMap<Platform::String ^, WalletItemCustomProperty ^> ^ DisplayProperties { IMap<Platform::String ^, WalletItemCustomProperty ^> ^ get(); };
IMap<winrt::hstring, WalletItemCustomProperty const&> DisplayProperties();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletItemCustomProperty const&> DisplayProperties();
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { get; }
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.displayProperties;
Public ReadOnly Property DisplayProperties As IDictionary(Of String, WalletItemCustomProperty)

Eigenschaftswert

Die Auflistung von WalletItemCustomProperty-Objekten , die dem Brieftaschenelement zugeordnet sind.

Attribute

Hinweise

Der Schlüssel für die DisplayProperties-Zuordnung wird in der Regel nicht für die Benutzeroberfläche des Benutzers verwendet. Es handelt sich um einen Programmierbezeichner, den Sie verwenden, um die einzelnen benutzerdefinierten Eigenschaften zu unterscheiden. Dieser Bezeichner ist nicht Teil der Erstellung eines WalletItemCustomProperty; Sie wählen sie aus, wenn Sie der DisplayProperties-Auflistung eine der benutzerdefinierten Eigenschaften hinzufügen.

Gilt für:

Weitere Informationen