WalletItemSystemStore.DeleteAsync(WalletItem) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernt asynchron ein bestimmtes Brieftaschenelement mit der angegebenen ID aus dem Wallet-Systemdatenspeicher.
Hinweis
Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser APIs zur Laufzeit fehl.
public:
virtual IAsyncAction ^ DeleteAsync(WalletItem ^ item) = DeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAsync(WalletItem const& item);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction DeleteAsync(WalletItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAsync(WalletItem item);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore 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 DeleteAsync(WalletItem item);
function deleteAsync(item)
Public Function DeleteAsync (item As WalletItem) As IAsyncAction
Parameter
- item
- WalletItem
Die ID des Walletelements, das aus dem Systemdatenspeicher entfernt werden soll.
Gibt zurück
Eine asynchrone Aktion. Wenn Sie Asynchrone Programmierung verwenden, ist der Ergebnistyp void.
- Attribute
Windows-Anforderungen
App-Funktionen |
walletSystem
|