ICoreWebView2DevToolsProtocolEventReceivedEventArgs2.get_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.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

\snippet ScriptComponent.cpp DevToolsProtocolEventReceivedSessionId

interface ICoreWebView2DevToolsProtocolEventReceivedEventArgs2
@" propget"
HRESULT
get_SessionId
(
LPWSTR* sessionId
)

Meta