WebAccountManager.ClearWebAccountPictureAsync(WebAccount) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Efface une image de compte web de manière asynchrone.
public:
static IAsyncAction ^ ClearWebAccountPictureAsync(WebAccount ^ webAccount);
static IAsyncAction ClearWebAccountPictureAsync(WebAccount const& webAccount);
public static IAsyncAction ClearWebAccountPictureAsync(WebAccount webAccount);
function clearWebAccountPictureAsync(webAccount)
Public Shared Function ClearWebAccountPictureAsync (webAccount As WebAccount) As IAsyncAction
Paramètres
- webAccount
- WebAccount
Compte web à partir duquel effacer l’image.
Retours
Cette méthode ne retourne pas de valeur.