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.
Namespace: Microsoft.Phone.Wallet
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Sub Add ( _
item As WalletItem _
)
public void Add(
WalletItem item
)
Parameters
- item
Type: Microsoft.Phone.Wallet..::.WalletItem
The item to add to the collection.
Implements
ICollection<(Of <(T>)>)..::.Add(T)
Remarks
This method is not supported and will throw a NotSupportedException if called.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0