Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.49 KB

walletitemstore_updateasync_1403447975.md

File metadata and controls

33 lines (23 loc) · 1.49 KB
-api-id -api-type
M:Windows.ApplicationModel.Wallet.WalletItemStore.UpdateAsync(Windows.ApplicationModel.Wallet.WalletItem)
winrt method

Windows.ApplicationModel.Wallet.WalletItemStore.UpdateAsync

-description

Caution

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

Updates a wallet item in the shared store, based on the changed values in the WalletItem object provided.

-parameters

-param item

The updated data for the wallet item.

-returns

An asynchronous action. If you use Asynchronous programming, the result type is void.

-remarks

An exception is thrown if the item doesn't already exist in the wallet. How to handle errors/exceptions varies by programming language, particularly so when calling asynchronous methods. See Asynchronous programming.

Most of the APIs for this class can be seen in example usages in the Quickstart: Using the APIs topic.

-examples

-see-also

Asynchronous programming