ICoreWebView2DevToolsProtocolEventReceivedEventArgs2

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

Members

Functions

get_SessionId
HRESULT get_SessionId(LPWSTR* sessionId)

The sessionId of the target where the event originates from. Empty string is returned as sessionId if the event comes from the default session for the top page.

Inherited Members

From ICoreWebView2DevToolsProtocolEventReceivedEventArgs

get_ParameterObjectAsJson
HRESULT get_ParameterObjectAsJson(LPWSTR* parameterObjectAsJson)

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

Meta