다음을 통해 공유


WebAccountManager.GetViewsAsync(WebAccount) 메서드

정의

웹 계정에 대한 뷰를 비동기적으로 가져옵니다.

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

보기를 가져올 웹 계정입니다.

반환

이 메서드가 완료되면 웹 계정에 대한 뷰를 반환합니다.

특성

적용 대상