Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

walletitemstore_getwalletitemasync_998830941.md

File metadata and controls

30 lines (21 loc) · 1.41 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.WalletItemStore.GetWalletItemAsync(System.String)
winrt method

Windows.ApplicationModel.Wallet.WalletItemStore.GetWalletItemAsync

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets an individual wallet item with the given ID from the wallet database. The item requested must be owned by this app.

-parameters

-param id

The ID of the wallet item.

-returns

An asynchronous operation that, on successful completion, returns the wallet item with the specified ID that is owned by this app. If you use Asynchronous programming, the result type is a single WalletItem. If an item with the specified ID cannot be found for this app in the current WalletItemStore or if the item isn't owned by this app, the result is null.

-remarks

-examples

-see-also

Asynchronous programming, Quickstart: Using the APIs