I am trying to make create an add-in which creates a command that adds a context-menu item that upon clicked runs an item template. Pretty much exactly like how you would add an area, view, or controller to an MVC project. There's an item template and a context menu and an associated command that calls it.

Thanks to this page: http://social.msdn.microsoft.com/Forums/en/vsx/thread/674f2739-663d-411f-8df0-da6bc31e0718 and this page: http://www.mztools.com/articles/2005/MZ2005003.aspx I was able to create an add-in which successfully adds the context menu item to various locations but I have no idea how to run an item template from the command Exec() function. I tried locating source code for the already installed commands in Visual Studio to use as an example but couldn't find them.

Anyone know how to do this or where I cam find the source code for the default commands?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.