VSIX extension for SSMS - how to add menu item to context menu in results grid?

Viewed 127

I'm attempting to write an extension for SSMS and I need to add a menu item to the results grid context menu (shown below).

enter image description here

I have been able to add a menu item to the query window context menu, but I got the xml that defines that from a sample project and I can't find anything that does similar for the results grid.

enter image description here

Any help is very much appreciated!

0 Answers
Related