WebUIWalletActionActivatedEventArgs Klasse

Definition

Achtung

Die WebUI.WebUIWalletActionActivatedEventArgs-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 WebUIWalletActionActivatedEventArgs sealed : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Deprecated("WebUIWalletActionActivatedEventArgs 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 WebUIWalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Deprecated("WebUIWalletActionActivatedEventArgs 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 WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWalletActionActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral, IWalletActionActivatedEventArgs
Vererbung
Object Platform::Object IInspectable WebUIWalletActionActivatedEventArgs
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)

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.

ActivatedOperation

Ruft den App-Aktivierungsvorgang ab.

ItemId

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

Kind

Ruft den Aktivierungstyp ab.

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