envDTE value for VS.NET 2008

  • Thread starter Thread starter R.A.F.
  • Start date Start date
R

R.A.F.

Hi,

What is the value of envDTE in VS 2008 ?

under VS2005, it was System.Type t =
System.Type.GetTypeFromProgID("VisualStudio.DTE.8.0");

thanks a lot,

RAF
 
RAF,

Just a guess, but maybe it is VisualStudio.DTE.9.0?

And that's a program id you are working with, for clarification.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top