WebAccountManager.GetViewsAsync(WebAccount) 方法

定义

异步获取 Web 帐户的视图。

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

参数

webAccount
WebAccount

要获取其视图的 Web 帐户。

返回

此方法完成后,它将返回 Web 帐户的视图。

属性

适用于