WalletItemCollection.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the specified WalletItem object from the collection. This method is not supported on this read-only collection.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- item
- Type: Microsoft.Phone.Wallet.WalletItem
The item to remove.
Implements
ICollection<T>.Remove(T)This method throws NotSupportedException on when called on this read-only collection.
Show: