interface ICoreWebView2FrameInfoCollection

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)