다음을 통해 공유


WebAccountManager.ClearWebAccountPictureAsync(WebAccount) 메서드

정의

웹 계정 그림을 비동기적으로 지웁니다.

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

매개 변수

webAccount
WebAccount

그림을 지울 웹 계정입니다.

반환

이 메서드는 값을 반환하지 않습니다.

적용 대상