Partager via


WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) Méthode

Définition

Définit la vue d’un compte web de façon asynchrone.

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

Paramètres

webAccount
WebAccount

Compte web pour lequel définir l’affichage.

view
WebAccountClientView

Vue à définir.

Retours

Cette méthode ne retourne pas de valeur.

Attributs

S’applique à