Wallet.FindItem Method

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

Searches for a wallet item with the specified Id.

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

Syntax

Public Shared Function FindItem ( _
    id As String _
) As WalletItem
public static WalletItem FindItem(
    string id
)

Parameters

Return Value

Type: Microsoft.Phone.Wallet..::.WalletItem
Returns the wallet item that matches the specified Id; null if no item was found.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Wallet Class

Microsoft.Phone.Wallet Namespace