共用方式為


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

要設定的檢視。

傳回

這個方法不會傳回值。

屬性

適用於