interface ICoreWebView2ExperimentalObjectCollection

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalObjectCollection
  : public IUnknown

Represents a collection of generic objects.

Summary

Members Descriptions
InsertValueAtIndex Inserts the object at the specified index.
RemoveValueAtIndex Removes the object at the specified index.

Used to get, remove and add objects at the specified index.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.2470

Members

InsertValueAtIndex

Inserts the object at the specified index.

public HRESULT InsertValueAtIndex(UINT32 index, IUnknown * value)

RemoveValueAtIndex

Removes the object at the specified index.

public HRESULT RemoveValueAtIndex(UINT32 index)