Freigeben über


WalletItemStore.UpdateAsync(WalletItem) Methode

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Updates ein Brieftaschenelement im freigegebenen Speicher basierend auf den geänderten Werten im bereitgestellten WalletItem-Objekt.

public:
 virtual IAsyncAction ^ UpdateAsync(WalletItem ^ item) = UpdateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateAsync(WalletItem const& item);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction UpdateAsync(WalletItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateAsync(WalletItem item);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction UpdateAsync(WalletItem item);
function updateAsync(item)
Public Function UpdateAsync (item As WalletItem) As IAsyncAction

Parameter

item
WalletItem

Die aktualisierten Daten für das Brieftaschenelement.

Gibt zurück

Eine asynchrone Aktion. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp void.

Attribute

Hinweise

Eine Ausnahme wird ausgelöst, wenn das Element noch nicht in der Brieftasche vorhanden ist. Die Behandlung von Fehlern/Ausnahmen variiert je nach Programmiersprache, insbesondere beim Aufrufen asynchroner Methoden. Weitere Informationen finden Sie unter Asynchrone Programmierung.

Die meisten APIs für diese Klasse finden Sie in Beispielverwendungen im Thema Schnellstart: Verwenden der APIs .

Gilt für:

Weitere Informationen