vote up 0 vote down star

I developed a VS 2008 add-in and added a custom menu item to context menu for "Project" nodes in Solution Explorer.

This allows me to right-click any project in solution and perform a custom operation on that project. Or at least, it would, if I knew how to access the selected project from my Click event handler.

Can someone with more experience please help me?

flag

1 Answer

vote up 0 vote down check

I think what you're looking for is DTE.ActiveSolutionProjects.

link|flag
Wow, I managed to completely overlook this due to IMHO a poor choice of API name. Thanks! – aoven Aug 18 at 7:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.