Wallet.GetItemsAsync Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Asynchronously retrieves a list of all wallet items owned by your app.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Return Value
Type: System.Threading.Tasks.Task<WalletItemCollection>The asynchronous operation that returns the list of wallet items.
When the asynchronous retrieval operation finishes successfully, it returns a list of your wallet items.
When adding a new item to this collection, make sure you have set the required properties for the item. If these are not set, you will receive an InvalidOperationException. The following table lists the required fields for each wallet item type.