Question

I am writing a Visual Studio Addin in VB.net, and I want to be able to tell which version of Visual Studio the Addin is running in. Is this possible?

Thanks

Was it helpful?

Solution

Yes, use DTE.Version, documentation from MSDN.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top