ICoreWebView2StringCollection

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

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT index, LPWSTR* value)

Gets the value at a given index.

get_Count
HRESULT get_Count(UINT* value)

The number of strings contained in ICoreWebView2StringCollection.

Meta