Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

walletitemstore_showasync_1068188254.md

File metadata and controls

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

Windows.ApplicationModel.Wallet.WalletItemStore.ShowAsync

-description

Caution

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

Displays the item with the given ID in the Wallet UI.

-parameters

-param id

The ID of the item to display.

-returns

An asynchronous action. If you use Asynchronous programming, the result type is void.

-remarks

-examples

-see-also

ShowAsync, Quickstart: Using the APIs, Asynchronous programming