次の方法で共有


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

設定するビュー。

戻り値

このメソッドは値を返しません。

属性

適用対象