WebAccountManager.ClearWebAccountPictureAsync(WebAccount) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Löscht ein Webkontobild asynchron.
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
Parameter
- webAccount
- WebAccount
Das Webkonto, aus dem das Bild gelöscht werden soll.
Gibt zurück
Diese Methode gibt keinen Wert zurück.