vote up 0 vote down star

I was wondering if it is possible to execute 'Run Custom Tool' on a file in the VS Solution? I have the ProjectItem object already.

info: C#, Visual Studio 2010 SDK

flag

77% accept rate

1 Answer

vote up 1 vote down check

You'll need to ensure that the ProjectItem is selected, and then run:

DTE.ExecuteCommand("Project.RunCustomTool")
link|flag
Perfect, thank you – Phill Duffy Nov 12 at 9:32

Your Answer

Get an OpenID
or

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