Condividi tramite


WebAccountManager.GetViewsAsync(WebAccount) Metodo

Definizione

Ottiene le visualizzazioni per un account Web in modo asincrono.

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

Parametri

webAccount
WebAccount

Account Web per cui ottenere le visualizzazioni.

Restituisce

Al termine di questo metodo, restituisce le visualizzazioni per l'account Web.

Attributi

Si applica a