Wallet.Remove Method (WalletItem)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Deletes the specified wallet item from the wallet.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- item
- Type: Microsoft.Phone.Wallet.WalletItem
The WalletItem to remove.
Return Value
Type: System.Booleantrue if the item was in the wallet and was removed; Otherwise, false.
Show: