-api-id | -api-type |
---|---|
M:Windows.ApplicationModel.Wallet.WalletItemStore.GetItemsAsync |
winrt method |
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.
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.)
WalletItem, GetItemsAsync(WalletItemKind), IVectorView<T>, IReadOnlyList, Asynchronous programming