Compartir a través de


WebAccountManager.AddWebAccountAsync Método

Definición

Sobrecargas

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

Agrega una nueva cuenta web de forma asincrónica con tres entradas.

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

Agrega una nueva cuenta web de forma asincrónica con cuatro entradas.

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

Agrega una nueva cuenta web de forma asincrónica con cinco entradas.

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

Agrega una nueva cuenta web de forma asincrónica con tres entradas.

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)

Parámetros

webAccountId
String

Platform::String

winrt::hstring

Identificador de la cuenta web.

webAccountUserName
String

Platform::String

winrt::hstring

Nombre de usuario de la cuenta web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propiedades de la cuenta web.

Devoluciones

Cuando se completa este método, devuelve la nueva cuenta web.

Atributos

Consulte también

Se aplica a

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

Agrega una nueva cuenta web de forma asincrónica con cuatro entradas.

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)

Parámetros

webAccountId
String

Platform::String

winrt::hstring

Identificador de la cuenta web.

webAccountUserName
String

Platform::String

winrt::hstring

Nombre de usuario de la cuenta web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propiedades de la cuenta web.

scope
WebAccountScope

Ámbito de la cuenta web.

Devoluciones

Cuando se completa este método, devuelve la nueva cuenta web.

Atributos

Consulte también

Se aplica a

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

Agrega una nueva cuenta web de forma asincrónica con cinco entradas.

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)

Parámetros

webAccountId
String

Platform::String

winrt::hstring

Identificador de la cuenta web.

webAccountUserName
String

Platform::String

winrt::hstring

Nombre de usuario de la cuenta web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propiedades de la cuenta web.

scope
WebAccountScope

Ámbito de la cuenta web.

perUserWebAccountId
String

Platform::String

winrt::hstring

Identificador de cuenta web por usuario.

Devoluciones

Cuando se completa este método, devuelve la nueva cuenta web.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 Anniversary Edition (se introdujo en la versión 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v3.0)

Consulte también

Se aplica a