Partager via


WebAccountManager.SetWebAccountPictureAsync Méthode

Définition

Définit l’image d’un compte web de manière asynchrone.

public:
 static IAsyncAction ^ SetWebAccountPictureAsync(WebAccount ^ webAccount, IRandomAccessStream ^ webAccountPicture);
 static IAsyncAction SetWebAccountPictureAsync(WebAccount const& webAccount, IRandomAccessStream const& webAccountPicture);
public static IAsyncAction SetWebAccountPictureAsync(WebAccount webAccount, IRandomAccessStream webAccountPicture);
function setWebAccountPictureAsync(webAccount, webAccountPicture)
Public Shared Function SetWebAccountPictureAsync (webAccount As WebAccount, webAccountPicture As IRandomAccessStream) As IAsyncAction

Paramètres

webAccount
WebAccount

Compte web pour lequel définir l’image.

webAccountPicture
IRandomAccessStream

Image à définir.

Retours

Cette méthode ne retourne pas de valeur.

S’applique à