WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) 方法

定义

异步设置 Web 帐户的视图。

public:
 static IAsyncAction ^ SetViewAsync(WebAccount ^ webAccount, WebAccountClientView ^ view);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetViewAsync(WebAccount const& webAccount, WebAccountClientView const& view);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetViewAsync(WebAccount webAccount, WebAccountClientView view);
function setViewAsync(webAccount, view)
Public Shared Function SetViewAsync (webAccount As WebAccount, view As WebAccountClientView) As IAsyncAction

参数

webAccount
WebAccount

要为其设置视图的 Web 帐户。

view
WebAccountClientView

要设置的视图。

返回

此方法不返回值。

属性

适用于