共用方式為


WebAccountManager.DeleteWebAccountAsync(WebAccount) 方法

定義

以非同步方式刪除 Web 帳戶。

public:
 static IAsyncAction ^ DeleteWebAccountAsync(WebAccount ^ webAccount);
 static IAsyncAction DeleteWebAccountAsync(WebAccount const& webAccount);
public static IAsyncAction DeleteWebAccountAsync(WebAccount webAccount);
function deleteWebAccountAsync(webAccount)
Public Shared Function DeleteWebAccountAsync (webAccount As WebAccount) As IAsyncAction

參數

webAccount
WebAccount

要刪除的 WebAccount

傳回

這個方法不會傳回值。

適用於