interface ICoreWebView2Experimental4

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2Experimental4
  : public IUnknown

This interface is an extension of ICoreWebView2 that manages opening the browser task manager window.

Summary

Members Descriptions
OpenTaskManagerWindow Opens the Browser Task Manager view as a new window.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.955

Members

OpenTaskManagerWindow

Opens the Browser Task Manager view as a new window.

public HRESULT OpenTaskManagerWindow()

Does nothing when the Browser Task Manager is already open. 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.