Pregunta

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

¿Fue útil?

Solución

Yes, use DTE.Version, documentation from MSDN.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top