|
I have created a Guidance Package using the GAT. I am defining my menus under HostData and I add a Menu node. In the Menu Node I add a CommandBar node and begin adding the value for the Name Attribute. I notice that a Tool Tip for the Name Attributeis displayed that says "A type definition that enumerates a list of friendly names for Visual Studio Command Bars". Ok so what is the syntax for creating a list? I have tried separating with ":", ";", "|", ",", etc and even space; none seem to work.
Is it possible to have something like: ... <Menu Name="Recalc" Text="Do recalculation" Priority=1> <CommandBar Name="Solution Folder, Project, Item"> </Menu>
so that my "Do recalculation" menu appears for a right-click context menu for a Solution Folder, Project, and Item?
Regards, CNazman |