WalletActionActivatedEventArgs.ActionKind Propriété
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.
Obtient l’action qui a été effectuée sur l’objet WalletItem.
public:
property WalletActionKind ActionKind { WalletActionKind get(); };
WalletActionKind ActionKind();
/// [get: 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")]
WalletActionKind ActionKind();
public WalletActionKind ActionKind { get; }
public WalletActionKind ActionKind { [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")] get; }
var walletActionKind = walletActionActivatedEventArgs.actionKind;
Public ReadOnly Property ActionKind As WalletActionKind
Valeur de propriété
Obtient l’action qui a été effectuée sur l’objet WalletItem.
Implémente
- Attributs