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