how do i know that the Type for Visual Studio instance is VisualStudio.DTE.9.0

Posted by Anirudh Goel on Stack Overflow See other posts from Stack Overflow or by Anirudh Goel
Published on 2010-04-29T12:30:25Z Indexed on 2010/04/30 19:17 UTC
Read the original article Hit count: 434

Filed under:
|
|

using

System.Type type = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0");

i can get hold of the type for an instance of Visual Studio. My question is where was it specified that the type of Visual Studio 2008 instance is "VisualStudio.DTE.9.0".

Can any one direct me how to find it using Ole/Com viewer. I believe the ProgId can be found from there.

© Stack Overflow or respective owner

Related posts about progid

Related posts about com