EnvDTE90 Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
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. |
ExceptionGroups |
Represents the top-level groups available in the first-chance exception dialog in the debugger. |
ExceptionSetting | |
ExceptionSettings |
A collection of ExceptionSetting objects, each representing a set of exception settings for the debugger. |
HTMLWindow3 |
Represents an HTML document window in the Visual Studio integrated development environment (IDE). |
Module |
Represents a module in a process that is being debugged. |
Modules |
Represents the collection of modules available in a process being debugged. |
Process3 |
The Process3 object is used to examine and manipulate processes. The Process3 object supersedes the Process2 and Process objects. |
Solution3 |
Represents all projects and solution-wide properties in the integrated development environment (IDE). Supersedes Solution and Solution2. |
Template |
Represents a Visual Studio template available in the current instance of the integrated development environment (IDE). |
Templates |
Represents all of the templates in the current project. |
Thread2 |
Represents a thread in a Visual Studio application. |
ToolBoxTab3 |
Represents a tab in the Toolbox, along with any objects the tab contains. ToolBoxTab3 supersedes the ToolBoxTab and ToolBoxTab2 interfaces. |
Enums
enum_THREADCATEGORY | |
vsHTMLBackgroundTasks |
Indicates how a program execution is paused until background processing is completed. |
vsHTMLPanes |
Represents the pane tabs in the HTML editor. |
vsHTMLViews |
Represents the currently active view in the the HTML editor. |
Remarks
When you add an assembly reference manually, you must also set the Embed Interop Types property of the assembly to false
.