Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.84 KB

walletitemstore_getitemsasync_476546386.md

File metadata and controls

30 lines (21 loc) · 1.84 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.WalletItemStore.GetItemsAsync(Windows.ApplicationModel.Wallet.WalletItemKind)
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 wallet items of the given type that are owned by this app.

-parameters

-param kind

The type of wallet item to retrieve.

-returns

An asynchronous operation that, on successful completion, returns the collection of wallet items of the specified type that are 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

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