What is the Visual Studio DTE?
Asked Answered
P

3

28

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.

Poltroon answered 21/6, 2013 at 16:10 Comment(2)
Here you may see some more stuff using DTE. #15581080Mcneese
This is useful, but doesn't define DTE I think.Poltroon
G
36

It stands for Development Tools Environment.

They don't seem to mention it much, the only page on MSDN I could find that says what it stands for is this one.

Gargantuan answered 21/6, 2013 at 16:22 Comment(1)
Seems, that link isn't relevant anymore, is it?Palaestra
B
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.

Borecole answered 21/6, 2013 at 16:21 Comment(0)
P
4

From MSDN:

EnvDTE is an assembly-wrapped COM library containing the objects and members for Visual Studio core automation.

Plywood answered 7/6, 2017 at 18:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.