Freigeben über


WalletActionKind 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.

Stellt die Aktion dar, die für das Element ausgeführt wurde, durch das Ihre App gestartet wurde.

public enum class WalletActionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
enum class WalletActionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WalletActionKind is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
enum class WalletActionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
public enum WalletActionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WalletActionKind is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
public enum WalletActionKind
var value = Windows.ApplicationModel.Wallet.WalletActionKind.openItem
Public Enum WalletActionKind
Vererbung
WalletActionKind
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.ApplicationModel.Wallet.WalletContract (eingeführt in v1.0)

Felder

Message 3

Es wurde eine Nachricht angetippt.

MoreTransactions 2

Das Ui-Element "Weitere Transaktionen anzeigen" wurde angetippt.

OpenItem 0

Das Element wurde geöffnet.

Transaction 1

Es wurde eine Transaktion angetippt.

Verb 4

Ein Verb wurde angetippt.

Hinweise

Wenn Ihre App als Ergebnis einer Aktion für ein Element in der Brieftasche gestartet wird, wird der OnActivated-Ereignishandler in Ihrer App aufgerufen. Der Wert Kind in den IActivatedEventArgs-Daten ist WalletAction. Um auf die spezifischen Informationen für die Walletaktivierung zuzugreifen, wandeln Sie IActivatedEventArgs in WalletActionActivatedEventArgs um.

Gilt für:

Weitere Informationen