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 项的键映射。

属性

适用于

另请参阅