Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.78 KB

icorewebview2experimentalobjectcollection.md

File metadata and controls

60 lines (42 loc) · 1.78 KB
description title ms.date keywords topic_type api_name api_type api_location
Represents a collection of generic objects.
WebView2 Win32 C++ ICoreWebView2ExperimentalObjectCollection
04/22/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalObjectCollection
APIRef
ICoreWebView2ExperimentalObjectCollection
ICoreWebView2ExperimentalObjectCollection.InsertValueAtIndex
ICoreWebView2ExperimentalObjectCollection.RemoveValueAtIndex
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ExperimentalObjectCollection

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

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)