ICoreWebView2ContextMenuItem.get_Name

Gets the unlocalized name for the ContextMenuItem. Use this to distinguish between context menu item types. This will be the English label of the menu item in lower camel case. For example, the "Save as" menu item will be "saveAs". Extension menu items will be "extension", custom menu items will be "custom" and spellcheck items will be "spellCheck". Some example context menu item names are: - "saveAs" - "copyImage" - "openLinkInNewWindow" - "cut" - "copy" - "paste"

The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2ContextMenuItem
@" propget"
HRESULT
get_Name
(
LPWSTR* value
)

Meta