Wallet.Remove Method (WalletItem)

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

Syntax

'Declaration
Public Shared Function Remove ( _
    item As WalletItem _
) As Boolean
public static bool Remove(
    WalletItem item
)
public:
static bool Remove(
    WalletItem^ item
)
static member Remove : 
        item:WalletItem -> bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Wallet Class

Remove Overload

Microsoft.Phone.Wallet Namespace