Partager via


WebAccountManager.AddWebAccountAsync Méthode

Définition

Surcharges

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

Ajoute un nouveau compte web de manière asynchrone avec trois entrées.

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

Ajoute un nouveau compte web de manière asynchrone avec quatre entrées.

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

Ajoute un nouveau compte web de manière asynchrone avec cinq entrées.

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

Ajoute un nouveau compte web de manière asynchrone avec trois entrées.

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)

Paramètres

webAccountId
String

Platform::String

winrt::hstring

ID du compte web.

webAccountUserName
String

Platform::String

winrt::hstring

Nom d’utilisateur du compte web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propriétés du compte web.

Retours

Une fois cette méthode terminée, elle retourne le nouveau compte web.

Attributs

Voir aussi

S’applique à

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

Ajoute un nouveau compte web de manière asynchrone avec quatre entrées.

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)

Paramètres

webAccountId
String

Platform::String

winrt::hstring

ID du compte web.

webAccountUserName
String

Platform::String

winrt::hstring

Nom d’utilisateur du compte web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propriétés du compte web.

scope
WebAccountScope

Étendue du compte web.

Retours

Une fois cette méthode terminée, elle retourne le nouveau compte web.

Attributs

Voir aussi

S’applique à

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

Ajoute un nouveau compte web de manière asynchrone avec cinq entrées.

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)

Paramètres

webAccountId
String

Platform::String

winrt::hstring

ID du compte web.

webAccountUserName
String

Platform::String

winrt::hstring

Nom d’utilisateur du compte web.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propriétés du compte web.

scope
WebAccountScope

Étendue du compte web.

perUserWebAccountId
String

Platform::String

winrt::hstring

ID de compte web par utilisateur.

Retours

Une fois cette méthode terminée, elle retourne le nouveau compte web.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

Voir aussi

S’applique à