Trait webview2_sys::ICoreWebView2FrameInfo[][src]

pub trait ICoreWebView2FrameInfo: IUnknown {
    unsafe fn get_name(&self, name: *mut LPWSTR) -> HRESULT;
unsafe fn get_source(&self, source: *mut LPWSTR) -> HRESULT; }
Expand description

Provides a set of properties for a frame in the ICoreWebView2.

Required methods

The name attribute of the frame, as in <iframe name="frame-name" ...>. The returned string is empty when the frame has no name attribute.

The URI of the document in the frame.

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