WalletItem.TransactionHistory 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.
Attention
L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.
Obtient la collection d’historique des transactions de l’élément de portefeuille.
public:
property IMap<Platform::String ^, WalletTransaction ^> ^ TransactionHistory { IMap<Platform::String ^, WalletTransaction ^> ^ get(); };
IMap<winrt::hstring, WalletTransaction const&> TransactionHistory();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletTransaction const&> TransactionHistory();
public IDictionary<string,WalletTransaction> TransactionHistory { get; }
public IDictionary<string,WalletTransaction> TransactionHistory { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.transactionHistory;
Public ReadOnly Property TransactionHistory As IDictionary(Of String, WalletTransaction)
Valeur de propriété
Collection d’historique des transactions de l’élément. Il s’agit d’une carte à clé des éléments WalletTransaction .
- Attributs