Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.17 KB

icorewebview2devtoolsprotocoleventreceivedeventargs.md

File metadata and controls

35 lines (24 loc) · 1.17 KB
description title author ms.author ms.date ms.topic keywords
Event args for the DevToolsProtocolEventReceived event.
WebView2 Win32 C++ ICoreWebView2DevToolsProtocolEventReceivedEventArgs
MSEdgeTeam
msedgedevrel
10/07/2020
reference
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Host, browser control, edge html

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.

Members

get_ParameterObjectAsJson

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

public HRESULT get_ParameterObjectAsJson(LPWSTR * parameterObjectAsJson)