Compartir a través de


WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) Método

Definición

Establece la vista de una cuenta web de forma asincrónica.

public:
 static IAsyncAction ^ SetViewAsync(WebAccount ^ webAccount, WebAccountClientView ^ view);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetViewAsync(WebAccount const& webAccount, WebAccountClientView const& view);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetViewAsync(WebAccount webAccount, WebAccountClientView view);
function setViewAsync(webAccount, view)
Public Shared Function SetViewAsync (webAccount As WebAccount, view As WebAccountClientView) As IAsyncAction

Parámetros

webAccount
WebAccount

La cuenta web para la que se va a establecer la vista.

view
WebAccountClientView

Vista que se va a establecer.

Devoluciones

Este método no devuelve ningún valor.

Atributos

Se aplica a