0

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

janovak
  • 1,531
  • 2
  • 12
  • 22

1 Answers1

1

Yes, use DTE.Version, documentation from MSDN.

Chris
  • 2,885
  • 18
  • 25