다음을 통해 공유


WebAccountManager.SetPerAppToPerUserAccountAsync(WebAccount, String) 메서드

정의

사용자별 계정에 대한 앱별 링크를 만듭니다.

public:
 static IAsyncAction ^ SetPerAppToPerUserAccountAsync(WebAccount ^ perAppAccount, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetPerAppToPerUserAccountAsync(WebAccount const& perAppAccount, winrt::hstring const& perUserWebAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetPerAppToPerUserAccountAsync(WebAccount perAppAccount, string perUserWebAccountId);
function setPerAppToPerUserAccountAsync(perAppAccount, perUserWebAccountId)
Public Shared Function SetPerAppToPerUserAccountAsync (perAppAccount As WebAccount, perUserWebAccountId As String) As IAsyncAction

매개 변수

perAppAccount
WebAccount

앱별 웹 계정입니다.

perUserWebAccountId
String

Platform::String

winrt::hstring

연결할 사용자별 웹 계정의 웹 계정 ID입니다.

반환

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

특성

Windows 요구 사항

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

적용 대상