Freigeben über


WebAccountManager.GetViewsAsync(WebAccount) Methode

Definition

Ruft die Ansichten für ein Webkonto asynchron ab.

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

Parameter

webAccount
WebAccount

Das Webkonto, für das Ansichten abgerufen werden sollen.

Gibt zurück

Nach Abschluss dieser Methode werden die Ansichten für das Webkonto zurückgegeben.

Attribute

Gilt für: