WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) Method

Definition

Sets the view for a web account asynchronously.

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

Parameters

webAccount
WebAccount

The web account to set the view for.

view
WebAccountClientView

The view to set.

Returns

This method does not return a value.

Attributes

Applies to