Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.31 KB

walletitemsystemstore_getitemsasync_1518547059.md

File metadata and controls

29 lines (19 loc) · 1.31 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.System.WalletItemSystemStore.GetItemsAsync
winrt method

Windows.ApplicationModel.Wallet.System.WalletItemSystemStore.GetItemsAsync

-description

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

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

-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

-capabilities

walletSystem