Value | Meaning |
---|---|
COREWEBVIEW2_FRAME_KIND_UNKNOWN | Indicates that the frame is an unknown type frame. We may extend this enum type to identify more frame kinds in the future. |
COREWEBVIEW2_FRAME_KIND_MAIN_FRAME | Indicates that the frame is a primary main frame(webview). |
COREWEBVIEW2_FRAME_KIND_IFRAME | Indicates that the frame is an iframe. |
COREWEBVIEW2_FRAME_KIND_EMBED | Indicates that the frame is an embed element. |
COREWEBVIEW2_FRAME_KIND_OBJECT | Indicates that the frame is an object element. |
Indicates the frame type used in the ICoreWebView2FrameInfo interface.