Share via


WebAccountManager.GetViewsAsync(WebAccount) Method

Definition

Gets the views for a web account asynchronously.

public:
 static IAsyncOperation<IVectorView<WebAccountClientView ^> ^> ^ GetViewsAsync(WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<WebAccountClientView>> GetViewsAsync(WebAccount const& webAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccountClientView>> GetViewsAsync(WebAccount webAccount);
function getViewsAsync(webAccount)
Public Shared Function GetViewsAsync (webAccount As WebAccount) As IAsyncOperation(Of IReadOnlyList(Of WebAccountClientView))

Parameters

webAccount
WebAccount

The web account to get views for.

Returns

When this method completes, it returns the views for the web account.

Attributes

Applies to