Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.44 KB

icorewebview2frameinfocollection.md

File metadata and controls

50 lines (36 loc) · 1.44 KB
description title ms.date keywords topic_type api_name api_type api_location
Collection of `FrameInfo`s (name and source).
WebView2 Win32 C++ ICoreWebView2FrameInfoCollection
02/26/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2FrameInfoCollection
APIRef
ICoreWebView2FrameInfoCollection
ICoreWebView2FrameInfoCollection.GetIterator
COM
embeddedbrowserwebview.dll

interface ICoreWebView2FrameInfoCollection

[!INCLUDE deprecation-note]

interface ICoreWebView2FrameInfoCollection
  : public IUnknown

Collection of FrameInfos (name and source).

Summary

Members Descriptions
GetIterator Gets an iterator over the collection of FrameInfos.

Used to list the affected frames' info when a frame-only render process failure occurs in the ICoreWebView2.

Applies to

Product Introduced
WebView2 Win32 1.0.818.41
WebView2 Win32 Prerelease 1.0.824

Members

GetIterator

Gets an iterator over the collection of FrameInfos.

public HRESULT GetIterator(ICoreWebView2FrameInfoCollectionIterator ** iterator)