WebAccountManager.AddWebAccountAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
반환
이 메서드가 완료되면 새 웹 계정을 반환합니다.
- 특성
추가 정보
적용 대상
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
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
- 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
웹 계정의 사용자 이름입니다.
웹 계정의 속성입니다.
- 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에서 도입되었습니다.)
|
추가 정보
- AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope)
- AddWebAccountAsync(String, String, IMapView<String,String>)