WalletItemCollection.Remove Method

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

Syntax

'Declaration
Public Function Remove ( _
    item As WalletItem _
) As Boolean
public bool Remove(
    WalletItem item
)
public:
virtual bool Remove(
    WalletItem^ item
) sealed
abstract Remove : 
        item:WalletItem -> bool  
override Remove : 
        item:WalletItem -> bool

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace