I have been slowly digging through Visual Studio's SDK, but could not yet figure out what DTE stands for. This is a silly question, but I really can't seem to find it. DTE is super useful, it would be super cool to know what it is as well.
Asked
Active
Viewed 9,291 times
28
-
Here you may see some more stuff using DTE. http://stackoverflow.com/questions/15580580/autoformat-code-from-command-line/15581025#15581025 – Dilshod Jun 21 '13 at 16:16
-
This is useful, but doesn't define DTE I think. – sircodesalot Jun 21 '13 at 16:21
3 Answers
9
DTE = "Development Tools Environment"
Essentially, I understand it to be the part of Visual Studio that lets you interact with the computer itself. This can control things such as active windows and applications.

Jacob Varner
- 340
- 1
- 4
- 16
4
From MSDN:
EnvDTE is an assembly-wrapped COM library containing the objects and members for Visual Studio core automation.

Dan Solovay
- 3,134
- 3
- 26
- 55