Partager via


WebAccountManager.GetViewsAsync(WebAccount) Méthode

Définition

Obtient les vues d’un compte web de façon asynchrone.

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))

Paramètres

webAccount
WebAccount

Compte web pour lequel obtenir des vues.

Retours

Une fois cette méthode terminée, elle retourne les vues pour le compte web.

Attributs

S’applique à