WalletItemCollection.Clear Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Clears the collection of wallet items. This method is not support, since the collection is read-only.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub Clear
public void Clear()

Implements

ICollection<(Of <(T>)>)..::.Clear()()()

Remarks

Any attempt to call this method will throw a NotSupportedException since this collection is read-only.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace