IWalletActionActivatedEventArgs Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des informations à une application qui a été lancée à la suite d’une action de portefeuille.
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
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
Windows Mobile Extension SDK (introduit dans 10.0.10240.0) |
API contract |
Windows.ApplicationModel.Wallet.WalletContract (introduit dans v1.0)
|
Propriétés
ActionId |
Obtient l’ID de l’action, tel que l’ID du verbe, de la transaction, etc. |
ActionKind |
Obtient l’action qui a été effectuée sur l’objet WalletItem. |
ItemId |
Obtient l’ID de l’objet WalletItem sur lequel l’utilisateur a effectué l’action. |
Kind |
Obtient la raison pour laquelle cette application est activée. (Hérité de IActivatedEventArgs) |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant cette activation. (Hérité de IActivatedEventArgs) |
SplashScreen |
Obtient l’objet d’écran de démarrage qui fournit des informations sur la transition de l’écran de démarrage à l’application activée. (Hérité de IActivatedEventArgs) |