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

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

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace