简体   繁体   English

什么是Visual Studio DTE?

[英]What is the Visual Studio DTE?

I have been slowly digging through Visual Studio's SDK, but could not yet figure out what DTE stands for. 我一直在慢慢挖掘Visual Studio的SDK,但还不知道DTE代表什么。 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. DTE非常实用,知道它的含义会非常酷。

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 . 他们似乎并没有多大提及,我在MSDN上唯一能找到的页面就是这个页面

DTE = "Development Tools Environment" DTE =“开发工具环境”

Essentially, I understand it to be the part of Visual Studio that lets you interact with the computer itself. 从本质上讲,我理解它是Visual Studio的一部分,可以让您与计算机本身进行交互。 This can control things such as active windows and applications. 这可以控制活动窗口和应用程序等内容。

From MSDN : 来自MSDN

EnvDTE is an assembly-wrapped COM library containing the objects and members for Visual Studio core automation. EnvDTE是一个程序集包装的COM库,包含Visual Studio核心自动化的对象和成员。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM