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

返回

此方法不返回值。

适用于