Wallet.FindItem Method

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

Syntax

'Declaration
Public Shared Function FindItem ( _
    id As String _
) As WalletItem
public static WalletItem FindItem(
    string id
)
public:
static WalletItem^ FindItem(
    String^ id
)
static member FindItem : 
        id:string -> WalletItem

Parameters

Return Value

Type: Microsoft.Phone.Wallet.WalletItem

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Wallet Class

Microsoft.Phone.Wallet Namespace