Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.6 KB

walletitemstore_getitemsasync_1518547059.md

File metadata and controls

26 lines (18 loc) · 1.6 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.WalletItemStore.GetItemsAsync
winrt method

Windows.ApplicationModel.Wallet.WalletItemStore.GetItemsAsync

-description

Caution

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

Returns the collection of all wallet items owned by this app.

-returns

An asynchronous operation that, on successful completion, returns the collection of wallet items accessible by this app. If you use Asynchronous programming, the result type is a read-only list/vector of WalletItem items. (You can use APIs of IVectorView for C++ or JavaScript, APIs of IReadOnlyList for .NET.)

-remarks

-examples

-see-also

WalletItem, GetItemsAsync(WalletItemKind), IVectorView<T>, IReadOnlyList, Asynchronous programming