다음을 통해 공유


WebAccountManager.GetPerUserFromPerAppAccountAsync(WebAccount) 메서드

정의

앱별 웹 계정에서 사용자별 웹 계정을 가져옵니다.

public:
 static IAsyncOperation<WebAccount ^> ^ GetPerUserFromPerAppAccountAsync(WebAccount ^ perAppAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> GetPerUserFromPerAppAccountAsync(WebAccount const& perAppAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> GetPerUserFromPerAppAccountAsync(WebAccount perAppAccount);
function getPerUserFromPerAppAccountAsync(perAppAccount)
Public Shared Function GetPerUserFromPerAppAccountAsync (perAppAccount As WebAccount) As IAsyncOperation(Of WebAccount)

매개 변수

perAppAccount
WebAccount

앱별 웹 계정입니다.

반환

이 메서드가 완료되면 지정된 앱별 계정에 연결된 사용자별 웹 계정을 반환합니다.

특성

Windows 요구 사항

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

적용 대상