Freigeben über


WebAccountManager.AddWebAccountAsync Methode

Definition

Überlädt

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

Fügt ein neues Webkonto asynchron mit drei Eingaben hinzu.

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

Fügt asynchron ein neues Webkonto mit vier Eingaben hinzu.

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

Fügt asynchron ein neues Webkonto mit fünf Eingaben hinzu.

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

Fügt ein neues Webkonto asynchron mit drei Eingaben hinzu.

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)

Parameter

webAccountId
String

Platform::String

winrt::hstring

Die ID für das Webkonto.

webAccountUserName
String

Platform::String

winrt::hstring

Der Benutzername für das Webkonto.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Eigenschaften für das Webkonto.

Gibt zurück

Wenn diese Methode abgeschlossen ist, wird das neue Webkonto zurückgegeben.

Attribute

Weitere Informationen

Gilt für:

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

Fügt asynchron ein neues Webkonto mit vier Eingaben hinzu.

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)

Parameter

webAccountId
String

Platform::String

winrt::hstring

Die ID für das Webkonto.

webAccountUserName
String

Platform::String

winrt::hstring

Der Benutzername für das Webkonto.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Eigenschaften für das Webkonto.

scope
WebAccountScope

Der Bereich des Webkontos.

Gibt zurück

Wenn diese Methode abgeschlossen ist, wird das neue Webkonto zurückgegeben.

Attribute

Weitere Informationen

Gilt für:

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

Fügt asynchron ein neues Webkonto mit fünf Eingaben hinzu.

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)

Parameter

webAccountId
String

Platform::String

winrt::hstring

Die ID für das Webkonto.

webAccountUserName
String

Platform::String

winrt::hstring

Der Benutzername für das Webkonto.

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Eigenschaften für das Webkonto.

scope
WebAccountScope

Der Bereich des Webkontos.

perUserWebAccountId
String

Platform::String

winrt::hstring

Die Pro-Benutzer-Webkonto-ID.

Gibt zurück

Wenn diese Methode abgeschlossen ist, wird das neue Webkonto zurückgegeben.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Weitere Informationen

Gilt für: