WebAccountManager.AddWebAccountForUserAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>) |
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope) |
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String) |
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente). |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>)
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente).
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)
Parametri
- user
- User
Utente per il quale deve essere autenticato un account.
- webAccountId
-
String
Platform::String
winrt::hstring
ID per l'account Web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nome utente per l'account Web.
Proprietà per l'account Web.
Restituisce
Operazione asincrona con il nuovo account Web.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
|
Si applica a
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope)
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente).
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)
Parametri
- user
- User
Utente per il quale deve essere autenticato un account.
- webAccountId
-
String
Platform::String
winrt::hstring
ID per l'account Web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nome utente per l'account Web.
Proprietà per l'account Web.
- scope
- WebAccountScope
Ambito dell'account Web.
Restituisce
Operazione asincrona con il nuovo account Web.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
|
Si applica a
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String)
Aggiunge un nuovo account Web. Questo processo viene monitorato come appartenente a un utente specificato (per l'uso con app con riconoscimento multiutente).
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)
Parametri
- user
- User
Utente per il quale deve essere autenticato un account.
- webAccountId
-
String
Platform::String
winrt::hstring
ID per l'account Web.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Nome utente per l'account Web.
Proprietà per l'account Web.
- scope
- WebAccountScope
Ambito dell'account Web.
- perUserWebAccountId
-
String
Platform::String
winrt::hstring
ID dell'account Web per questo particolare utente.
Restituisce
Operazione asincrona con il nuovo account Web.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
|