Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.49 KB

walletitemstore_importitemasync_245701098.md

File metadata and controls

27 lines (19 loc) · 1.49 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.WalletItemStore.ImportItemAsync(Windows.Storage.Streams.IRandomAccessStreamReference)
winrt method

Windows.ApplicationModel.Wallet.WalletItemStore.ImportItemAsync

-description

Imports data from a ".mswallet" XML file into the wallet store.".mswallet" is an XML serialization format for wallet item info. For a guide to the ".mswallet" format (and a link to schema in XSD), see Quickstart: Creating and distributing .mswallet files.

-parameters

-param stream

The ".mswallet" file to import.

-returns

An asynchronous operation that, on successful completion, returns the wallet item that was imported into the wallet. If you use Asynchronous programming, the result type on successful completion is a single WalletItem.

-remarks

-examples

-see-also

Asynchronous programming, Quickstart: Creating and distributing .mswallet files, Quickstart: Using the APIs