次の方法で共有


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 アイテムのキー付きマップです。

属性

適用対象

こちらもご覧ください