Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationStartingEventArgs2_Impl
source · pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: Sized + ICoreWebView2NavigationStartingEventArgs_Impl {
// Required methods
fn AdditionalAllowedFrameAncestors(
&self,
value: *mut PWSTR,
) -> Result<(), Error>;
fn SetAdditionalAllowedFrameAncestors(
&self,
value: &PCWSTR,
) -> Result<(), Error>;
}
Required Methods§
fn AdditionalAllowedFrameAncestors( &self, value: *mut PWSTR, ) -> Result<(), Error>
fn SetAdditionalAllowedFrameAncestors( &self, value: &PCWSTR, ) -> Result<(), Error>
Object Safety§
This trait is not object safe.