ICoreWebView2DevToolsProtocolEventReceivedEventArgs

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2DevToolsProtocolEventReceivedEventArgs : IUnknown {
static const
GUID iid;
}

Members

Functions

get_ParameterObjectAsJson
HRESULT get_ParameterObjectAsJson(LPWSTR* parameterObjectAsJson)

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

Suggestion Box / Bug Report