EnvDTE90 Namespace

An assembly-wrapped COM library that contains the objects and members for Visual Studio core automation, and extends and complements the functionality provided by EnvDTE and EnvDTE80.

When you add an assembly reference manually, you must also set the Embed Interop Types property of the assembly to false.

Interfaces

  Interface Description
Public interface Debugger3 Debugger3 is used to interrogate and manipulate the state of the debugger and the program being debugged. Debugger3 supersedes the Debugger2 and Debugger interfaces.
Public interface ExceptionGroups Represents the top-level groups available in the first-chance exception dialog in the debugger.
Public interface ExceptionSetting
Public interface ExceptionSettings A collection of ExceptionSetting objects, each representing a set of exception settings for the debugger.
Public interface HTMLWindow3 Represents an HTML document window in the Visual Studio integrated development environment (IDE).
Public interface Module Represents a module in a process that is being debugged.
Public interface Modules Represents the collection of modules available in a process being debugged.
Public interface Process3 The Process3 object is used to examine and manipulate processes. The Process3 object supersedes the Process2 and Process objects.
Public interface Solution3 Represents all projects and solution-wide properties in the integrated development environment (IDE). Supersedes Solution and Solution2.
Public interface Template Represents a Visual Studio template available in the current instance of the integrated development environment (IDE).
Public interface Templates Represents all of the templates in the current project.
Public interface Thread2 Represents a thread in a Visual Studio application.
Public interface ToolBoxTab3 Represents a tab in the Toolbox, along with any objects the tab contains. ToolBoxTab3 supersedes the ToolBoxTab and ToolBoxTab2 interfaces.

Enumerations

  Enumeration Description
Public enumeration enum_THREADCATEGORY
Public enumeration vsHTMLBackgroundTasks Indicates how a program execution is paused until background processing is completed.
Public enumeration vsHTMLPanes Represents the pane tabs in the HTML editor.
Public enumeration vsHTMLViews Represents the currently active view in the the HTML editor.