Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.6 KB

icorewebview2objectcollectionview.md

File metadata and controls

58 lines (41 loc) · 1.6 KB
description title ms.date keywords topic_type api_name api_type api_location
Read-only collection of generic objects.
WebView2 Win32 C++ ICoreWebView2ObjectCollectionView
04/22/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ObjectCollectionView
APIRef
ICoreWebView2ObjectCollectionView
ICoreWebView2ObjectCollectionView.get_Count
ICoreWebView2ObjectCollectionView.GetValueAtIndex
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ObjectCollectionView

[!INCLUDE deprecation-note]

interface ICoreWebView2ObjectCollectionView
  : public IUnknown

Read-only collection of generic objects.

Summary

Members Descriptions
get_Count Gets the number of items in the collection.
GetValueAtIndex Gets the object at the specified index.

Applies to

Product Introduced
WebView2 Win32 1.0.1774.30
WebView2 Win32 Prerelease 1.0.1777

Members

get_Count

Gets the number of items in the collection.

public HRESULT get_Count(UINT32 * value)

GetValueAtIndex

Gets the object at the specified index.

public HRESULT GetValueAtIndex(UINT32 index, IUnknown ** value)

Cast the object to the native type to access its specific properties.