次の方法で共有


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 アカウントのビューが返されます。

属性

適用対象