CoreWebView2.OpenTaskManagerWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens the Browser Task Manager view as a new window in the foreground.
public void OpenTaskManagerWindow ();
member this.OpenTaskManagerWindow : unit -> unit
Public Sub OpenTaskManagerWindow ()
Remarks
If the Browser Task Manager is already open, this will bring it into the foreground. WebView2 currently blocks the Shift+Esc shortcut for opening the task manager. An end user can open the browser task manager manually via the Browser task manager
entry of the DevTools window's title bar's context menu.