Add Method
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Sub Add ( _
	item As WalletItem _
)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft