Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

walletitemstore.md

File metadata and controls

26 lines (18 loc) · 1.11 KB
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletItemStore
winrt class

Windows.ApplicationModel.Wallet.WalletItemStore

-description

Caution

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

Defines a set of asynchronous actions and operations that manage the wallet items in the wallet database. These can be used to read the existing items, or to add and remove items.

-remarks

Call the WalletManager.RequestStoreAsync method to obtain an instance of this class.

Most of the APIs for this class can be seen in example usages in the Quickstart: Using the APIs topic.

-examples

-see-also

WalletManager.RequestStoreAsync, WalletItem, Quickstart: Using the APIs