Partager via


WebAccountManager.UpdateWebAccountPropertiesAsync Méthode

Définition

Mises à jour les propriétés d’un compte web de manière asynchrone.

public:
 static IAsyncAction ^ UpdateWebAccountPropertiesAsync(WebAccount ^ webAccount, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ additionalProperties);
 static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount const& webAccount, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& additionalProperties);
public static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount webAccount, string webAccountUserName, IReadOnlyDictionary<string,string> additionalProperties);
function updateWebAccountPropertiesAsync(webAccount, webAccountUserName, additionalProperties)
Public Shared Function UpdateWebAccountPropertiesAsync (webAccount As WebAccount, webAccountUserName As String, additionalProperties As IReadOnlyDictionary(Of String, String)) As IAsyncAction

Paramètres

webAccount
WebAccount

Compte web à mettre à jour.

webAccountUserName
String

Platform::String

winrt::hstring

Nom d’utilisateur à mettre à jour.

additionalProperties

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propriétés à mettre à jour.

Retours

Cette méthode ne retourne pas de valeur.

S’applique à