ICoreWebView2ContextMenuItemCollection

Undocumented in source.

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT32 index, ICoreWebView2ContextMenuItem* value)

Gets the ContextMenuItem at the specified index.

InsertValueAtIndex
HRESULT InsertValueAtIndex(UINT32 index, ICoreWebView2ContextMenuItem value)

Inserts the ContextMenuItem at the specified index.

RemoveValueAtIndex
HRESULT RemoveValueAtIndex(UINT32 index)

Removes the ContextMenuItem at the specified index.

get_Count
HRESULT get_Count(UINT32* value)

Gets the number of ContextMenuItem objects contained in the ContextMenuItemCollection.

Meta