WebAccountManager.ClearWebAccountPictureAsync(WebAccount) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears a web account picture asynchronously.
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
Parameters
- webAccount
- WebAccount
The web account to clear the picture from.
Returns
This method does not return a value.