Freigeben über


WalletActionActivatedEventArgs Klasse

Definition

Achtung

Die Activation.WalletActionActivatedEventArgs-Klasse wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Stellt Informationen für eine App bereit, die als Ergebnis einer Brieftaschenaktion gestartet wurde.

public ref class WalletActionActivatedEventArgs sealed : IActivatedEventArgs, IWalletActionActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("WalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
class WalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("WalletActionActivatedEventArgs 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 sealed class WalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs
Public NotInheritable Class WalletActionActivatedEventArgs
Implements IActivatedEventArgs, IWalletActionActivatedEventArgs
Vererbung
Object Platform::Object IInspectable WalletActionActivatedEventArgs
Attribute
Implementiert

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)

Hinweise

Sie greifen auf ein WalletActionActivatedEventArgs-Objekt zu, wenn Sie einen Ereignishandler implementieren, der auf Aktivierte Ereignisse reagiert, wenn ActivationKindden Wert WalletAction aufweist.

Eigenschaften

ActionId

Ruft die ID der Aktion ab, z. B. die ID des Verbs, der Transaktion usw.

ActionKind

Ruft die Aktion ab, die für das WalletItem ausgeführt wurde.

ItemId

Ruft die ID des WalletItem-Objekts ab, für das der Benutzer die Aktion ausgeführt hat.

Kind

Ruft den Typ der Aktion ab, die für das WalletItem ausgeführt wurde.

PreviousExecutionState

Ruft den Ausführungsstatus der App ab, bevor sie aktiviert wurde.

SplashScreen

Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt.

Gilt für:

Weitere Informationen