pub trait ICoreWebView2_11_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl + ICoreWebView2_7_Impl + ICoreWebView2_8_Impl + ICoreWebView2_9_Impl + ICoreWebView2_10_Impl {
    fn CallDevToolsProtocolMethodForSession(
        &self,
        sessionid: &PCWSTR,
        methodname: &PCWSTR,
        parametersasjson: &PCWSTR,
        handler: &Option<ICoreWebView2CallDevToolsProtocolMethodCompletedHandler>
    ) -> Result<(), Error>; fn add_ContextMenuRequested(
        &self,
        eventhandler: &Option<ICoreWebView2ContextMenuRequestedEventHandler>,
        token: *mut EventRegistrationToken
    ) -> Result<(), Error>; fn remove_ContextMenuRequested(
        &self,
        token: &EventRegistrationToken
    ) -> Result<(), Error>; }

Required Methods

Implementors