description | title | ms.date | keywords | topic_type | api_name | api_type | api_location | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Read-only collection of generic objects. |
WebView2 Win32 C++ ICoreWebView2ObjectCollectionView |
05/20/2024 |
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ObjectCollectionView |
|
|
|
|
[!INCLUDE deprecation-note]
interface ICoreWebView2ObjectCollectionView
: public IUnknown
Read-only collection of generic objects.
Members | Descriptions |
---|---|
get_Count | Gets the number of items in the collection. |
GetValueAtIndex | Gets the object at the specified index. |
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.1774.30 |
WebView2 Win32 Prerelease | 1.0.1777 |
Gets the number of items in the collection.
public HRESULT get_Count(UINT32 * value)
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.