I'm creating an Add-In for Visual Studio 2010.
I want to add the context menu item to the tab during Add-In loading (in OnConnect method of the Add-In):
I do know how to add the menus using CommandBars. I already added commands into "Tools" and "Solution Explorer" menus.
I just cannot find the CommandBar responsible for the menu, I need.
Can anybody help me?