File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ void OpenTaskManagerWindow()
5252/// This is a continuation of the `ICoreWebView2_4` interface
5353[uuid(20d02d59-6df2-42dc-bd06-f98a694b1302), object, pointer_default(unique)]
5454interface ICoreWebView2_5 : ICoreWebView2_4 {
55- /// Opens the Browser Task Manager view as a new window. Does nothing
56- /// if run when the Browser Task Manager is already open.
57- /// WebView2 currently blocks the `Shift+Esc` shortcut for opening the
58- /// task manager. An end user can open the browser task manager manually
59- /// via the `Browser task manager` entry of the DevTools window's title
60- /// bar's context menu.
55+ /// Opens the Browser Task Manager view as a new window in the foreground.
56+ /// If the Browser Task Manager is already open, this will bring it into
57+ /// the foreground. WebView2 currently blocks the `Shift+Esc` shortcut for
58+ /// opening the task manager. An end user can open the browser task manager
59+ /// manually via the `Browser task manager` entry of the DevTools window's
60+ /// title bar's context menu.
6161 HRESULT OpenTaskManagerWindow();
6262}
6363```
You can’t perform that action at this time.
0 commit comments