共用方式為


WalletItemSystemStore.DeleteAsync(WalletItem) 方法

定義

以非同步方式從電子包系統資料存放區中移除具有指定識別碼的特定電子錢包專案。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在執行時間失敗。

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

參數

item
WalletItem

要從系統資料存放區中移除之電子錢包專案的識別碼。

傳回

非同步動作。 如果您使用 非同步程式設計,則結果類型為 void

屬性

Windows 需求

應用程式功能
walletSystem

適用於