WebAccountManager.SetWebAccountPictureAsync Method

Definition

Sets the picture of a web account asynchronously.

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

Parameters

webAccount
WebAccount

The web account to set the picture for.

webAccountPicture
IRandomAccessStream

The picture to set.

Returns

This method does not return a value.

Applies to