ICoreWebView2ObjectCollectionView

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2ObjectCollectionView : IUnknown {
static const
GUID iid;
}

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT32 index, IUnknown* value)

Gets the object at the specified index. Cast the object to the native type to access its specific properties.

get_Count
HRESULT get_Count(UINT32* value)

Gets the number of items in the collection.

Meta