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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- id
- Type: System.String
The Id of the wallet item to find.
Return Value
Type: Microsoft.Phone.Wallet.WalletItemReturns the wallet item that matches the specified Id; null if no item was found.
Show: