WalletItemCollection.Add Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds a WalletItem to the collection.This method is not supported.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- item
- Type: Microsoft.Phone.Wallet.WalletItem
The item to add to the collection.
Implements
ICollection(Of T).Add(T)This method is not supported and will throw a NotSupportedException if called.
Show: