다음을 통해 공유


WebAccountManager.AddWebAccountAsync 메서드

정의

오버로드

AddWebAccountAsync(String, String, IMapView<String,String>)

세 개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope)

네 개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope, String)

5개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

AddWebAccountAsync(String, String, IMapView<String,String>)

세 개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props);
[Windows.Foundation.Metadata.Overload("AddWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props);
function addWebAccountAsync(webAccountId, webAccountUserName, props)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String)) As IAsyncOperation(Of WebAccount)

매개 변수

webAccountId
String

Platform::String

winrt::hstring

웹 계정의 ID입니다.

webAccountUserName
String

Platform::String

winrt::hstring

웹 계정의 사용자 이름입니다.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

웹 계정의 속성입니다.

반환

이 메서드가 완료되면 새 웹 계정을 반환합니다.

특성

추가 정보

적용 대상

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope)

네 개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope);
function addWebAccountAsync(webAccountId, webAccountUserName, props, scope)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope) As IAsyncOperation(Of WebAccount)

매개 변수

webAccountId
String

Platform::String

winrt::hstring

웹 계정의 ID입니다.

webAccountUserName
String

Platform::String

winrt::hstring

웹 계정의 사용자 이름입니다.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

웹 계정의 속성입니다.

scope
WebAccountScope

웹 계정의 scope.

반환

이 메서드가 완료되면 새 웹 계정을 반환합니다.

특성

추가 정보

적용 대상

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope, String)

5개의 입력을 사용하여 새 웹 계정을 비동기적으로 추가합니다.

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(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("AddWebAccountWithScopeAndMapAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope, string perUserWebAccountId);
function addWebAccountAsync(webAccountId, webAccountUserName, props, scope, perUserWebAccountId)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope, perUserWebAccountId As String) As IAsyncOperation(Of WebAccount)

매개 변수

webAccountId
String

Platform::String

winrt::hstring

웹 계정의 ID입니다.

webAccountUserName
String

Platform::String

winrt::hstring

웹 계정의 사용자 이름입니다.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

웹 계정의 속성입니다.

scope
WebAccountScope

웹 계정의 scope.

perUserWebAccountId
String

Platform::String

winrt::hstring

사용자별 웹 계정 ID입니다.

반환

이 메서드가 완료되면 새 웹 계정을 반환합니다.

특성

Windows 요구 사항

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

추가 정보

적용 대상