Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2StringCollection_Impl
source · [−]pub trait ICoreWebView2StringCollection_Impl: Sized {
fn Count(&self, value: *mut u32) -> Result<()>;
fn GetValueAtIndex(&self, index: u32, value: *mut PWSTR) -> Result<()>;
}