interface ICoreWebView2FrameInfoCollection
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2FrameInfoCollection
: public IUnknown
Collection of FrameInfo
s (name and source).
Summary
Members | Descriptions |
---|---|
GetIterator | Gets an iterator over the collection of FrameInfo s. |
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 FrameInfo
s.
public HRESULT GetIterator(ICoreWebView2FrameInfoCollectionIterator ** iterator)