Compartilhar via


WebAccountManager.DeleteWebAccountAsync(WebAccount) Método

Definição

Exclui uma conta Web de forma assíncrona.

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

Parâmetros

webAccount
WebAccount

A WebAccount a ser excluída.

Retornos

Esse método não retorna um valor.

Aplica-se a