共用方式為


WalletItem.TransactionHistory 屬性

定義

警告

不再支援 ApplicationModel.Wallet 命名空間,且即將淘汰。 我們鼓勵開發人員避免使用此命名空間。

取得電子錢包專案的交易記錄集合。

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)

屬性值

專案的交易記錄集合。 這是 WalletTransaction 專案的索引鍵對應。

屬性

適用於

另請參閱