WebAccountManager.GetViewsAsync(WebAccount) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 アカウントのビューが返されます。
- 属性