WebAccountManager.AddWebAccountForUserAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>) |
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope) |
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String) |
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>)
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용).
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props);
[Windows.Foundation.Metadata.Overload("AddWebAccountForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String)) As IAsyncOperation(Of WebAccount)
매개 변수
- user
- User
계정을 인증해야 하는 사용자입니다.
- webAccountId
-
String
Platform::String
winrt::hstring
웹 계정의 ID입니다.
- webAccountUserName
-
String
Platform::String
winrt::hstring
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
반환
새 웹 계정을 사용하는 비동기 작업입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
적용 대상
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope)
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용).
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props, scope)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope) As IAsyncOperation(Of WebAccount)
매개 변수
- user
- User
계정을 인증해야 하는 사용자입니다.
- webAccountId
-
String
Platform::String
winrt::hstring
웹 계정의 ID입니다.
- webAccountUserName
-
String
Platform::String
winrt::hstring
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
- scope
- WebAccountScope
웹 계정의 scope.
반환
새 웹 계정을 사용하는 비동기 작업입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
적용 대상
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String)
새 웹 계정을 추가합니다. 이 프로세스는 지정된 사용자에 속하는 것으로 추적됩니다(다중 사용자 인식 앱에 사용).
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope, winrt::hstring const& perUserWebAccountId);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope, string perUserWebAccountId);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props, scope, perUserWebAccountId)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope, perUserWebAccountId As String) As IAsyncOperation(Of WebAccount)
매개 변수
- user
- User
계정을 인증해야 하는 사용자입니다.
- webAccountId
-
String
Platform::String
winrt::hstring
웹 계정의 ID입니다.
- webAccountUserName
-
String
Platform::String
winrt::hstring
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
- scope
- WebAccountScope
웹 계정의 scope.
- perUserWebAccountId
-
String
Platform::String
winrt::hstring
이 특정 사용자의 웹 계정 ID입니다.
반환
새 웹 계정을 사용하는 비동기 작업입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|