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

Était-ce utile?

La solution

Yes, use DTE.Version, documentation from MSDN.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top