WebAccountManager.AddWebAccountForUserAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>) |
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope) |
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String) |
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>)
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs).
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)
Paramètres
- user
- User
Utilisateur pour lequel un compte doit être authentifié.
- webAccountId
-
String
Platform::String
winrt::hstring
ID du compte web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nom d’utilisateur du compte web.
Propriétés du compte web.
Retours
Opération asynchrone avec le nouveau compte web.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
S’applique à
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope)
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs).
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)
Paramètres
- user
- User
Utilisateur pour lequel un compte doit être authentifié.
- webAccountId
-
String
Platform::String
winrt::hstring
ID du compte web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nom d’utilisateur du compte web.
Propriétés du compte web.
- scope
- WebAccountScope
Étendue du compte web.
Retours
Opération asynchrone avec le nouveau compte web.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
S’applique à
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String)
Ajoute un nouveau compte web. Ce processus est suivi comme appartenant à un utilisateur spécifié (pour une utilisation avec des applications multi-utilisateurs).
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)
Paramètres
- user
- User
Utilisateur pour lequel un compte doit être authentifié.
- webAccountId
-
String
Platform::String
winrt::hstring
ID du compte web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nom d’utilisateur du compte web.
Propriétés du compte web.
- scope
- WebAccountScope
Étendue du compte web.
- perUserWebAccountId
-
String
Platform::String
winrt::hstring
ID de compte web pour cet utilisateur particulier.
Retours
Opération asynchrone avec le nouveau compte web.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|