Condividi tramite


WebAccountManager.SetWebAccountPictureAsync Metodo

Definizione

Imposta l'immagine di un account Web in modo asincrono.

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

Parametri

webAccount
WebAccount

Account Web per cui impostare l'immagine.

webAccountPicture
IRandomAccessStream

Immagine da impostare.

Restituisce

Questo metodo non restituisce valori.

Si applica a