共用方式為


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 帳戶的檢視。

屬性

適用於