Share via


IWalletActionActivatedEventArgs Schnittstelle

Definition

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

public interface class IWalletActionActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
struct IWalletActionActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
/// [Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
struct IWalletActionActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
public interface IWalletActionActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
[Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs 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 interface IWalletActionActivatedEventArgs : IActivatedEventArgs
Public Interface IWalletActionActivatedEventArgs
Implements IActivatedEventArgs
Abgeleitet
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.

ItemId

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

Kind

Ruft den Grund ab, aus dem diese App aktiviert wird.

(Geerbt von IActivatedEventArgs)
PreviousExecutionState

Ruft den Ausführungsstatus der App vor dieser Aktivierung ab.

(Geerbt von IActivatedEventArgs)
SplashScreen

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

(Geerbt von IActivatedEventArgs)

Gilt für:

Weitere Informationen