Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.45 KB

icorewebview2devtoolsprotocoleventreceivedeventargs.md

File metadata and controls

42 lines (29 loc) · 1.45 KB
description title author ms.author ms.date ms.topic keywords
Event args for the `DevToolsProtocolEventReceived` event.
WebView2 Win32 C++ ICoreWebView2DevToolsProtocolEventReceivedEventArgs
MSEdgeTeam
msedgedevrel
03/08/2021
reference
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2DevToolsProtocolEventReceivedEventArgs

interface ICoreWebView2DevToolsProtocolEventReceivedEventArgs

[!INCLUDE deprecation-note]

interface ICoreWebView2DevToolsProtocolEventReceivedEventArgs
  : public IUnknown

Event args for the DevToolsProtocolEventReceived event.

Summary

Members Descriptions
get_ParameterObjectAsJson The parameter object of the corresponding DevToolsProtocol event represented as a JSON string.

Applies to

Product Introduced
WebView2 Win32 0.9.430
WebView2 Win32 Prerelease 0.9.488

Members

get_ParameterObjectAsJson

The parameter object of the corresponding DevToolsProtocol event represented as a JSON string.

public HRESULT get_ParameterObjectAsJson(LPWSTR * parameterObjectAsJson)