Compartir a través de


WebAccountManager.UpdateWebAccountPropertiesAsync Método

Definición

Novedades las propiedades de una cuenta web de forma asincrónica.

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

Parámetros

webAccount
WebAccount

La cuenta web que se va a actualizar.

webAccountUserName
String

Platform::String

winrt::hstring

Nombre de usuario que se va a actualizar.

additionalProperties

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propiedades que se van a actualizar.

Devoluciones

Este método no devuelve ningún valor.

Se aplica a