다음을 통해 공유


WebAccountManager.SetWebAccountPictureAsync 메서드

정의

웹 계정의 그림을 비동기적으로 설정합니다.

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

매개 변수

webAccount
WebAccount

그림을 설정할 웹 계정입니다.

webAccountPicture
IRandomAccessStream

설정할 그림입니다.

반환

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

적용 대상