다음을 통해 공유


WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) 메서드

정의

웹 계정의 scope 비동기적으로 설정합니다.

public:
 static IAsyncAction ^ SetScopeAsync(WebAccount ^ webAccount, WebAccountScope scope);
 static IAsyncAction SetScopeAsync(WebAccount const& webAccount, WebAccountScope const& scope);
public static IAsyncAction SetScopeAsync(WebAccount webAccount, WebAccountScope scope);
function setScopeAsync(webAccount, scope)
Public Shared Function SetScopeAsync (webAccount As WebAccount, scope As WebAccountScope) As IAsyncAction

매개 변수

webAccount
WebAccount

scope 설정할 웹 계정입니다.

scope
WebAccountScope

설정할 scope.

반환

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

적용 대상