FolderAdd

Hi,

to add a recipe to a menu <CommandBar Name="ProjectAdd" /> can be specified. There is SolutionAdd and ProjectAdd, however FolderAdd does not exist.

How can I add an entry to the add menu of a project folder

Regards,
Alexander




Answer this question

FolderAdd

  • DoS

    You need to use

    <CommandBar Name="Project Add"/>

    this also works for project folders.

    HTH,
    -Victor.



  • GSharad1234

    Yup. I could have sworn it did not work the other day... :-/



  • FolderAdd