다음을 통해 공유


WebAccountManager.ClearPerUserFromPerAppAccountAsync(WebAccount) 메서드

정의

사용자별 웹 계정과 앱별 웹 계정 간의 링크를 지웁니다.

public:
 static IAsyncAction ^ ClearPerUserFromPerAppAccountAsync(WebAccount ^ perAppAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount const& perAppAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount perAppAccount);
function clearPerUserFromPerAppAccountAsync(perAppAccount)
Public Shared Function ClearPerUserFromPerAppAccountAsync (perAppAccount As WebAccount) As IAsyncAction

매개 변수

perAppAccount
WebAccount

지울 앱별 웹 계정입니다.

반환

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

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상