Trait webview2_sys::ICoreWebView2StringCollection[][src]

pub trait ICoreWebView2StringCollection: IUnknown {
    unsafe fn get_count(&self, value: *mut u32) -> HRESULT;
unsafe fn get_value_at_index(
        &self,
        index: u32,
        value: *mut LPWSTR
    ) -> HRESULT; }
Expand description

A collection of strings.

Required methods

The number of strings contained in ICoreWebView2StringCollection.

Gets the value at a given index.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors