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 항목의 키 지도입니다.

특성

적용 대상

추가 정보