| | Interface | Description |
|---|
.gif) | _BuildEvents | Refer to BuildEvents for this functionality. Do not instantiate from this class. |
.gif) | _CommandBarControlEvents | Refer to CommandBarEvents for this functionality. Do not instantiate from this class. |
.gif) | _CommandEvents | Refer to CommandEvents for this functionality. Do not instantiate from this class. |
.gif) | _DebuggerEvents | Refer to DebuggerEvents for this functionality. Do not instantiate from this class. |
.gif) | _DebuggerEventsRoot | Microsoft Internal Use Only. |
.gif) | _dispBuildEvents | Microsoft Internal Use Only. |
.gif) | _dispBuildEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispCommandBarControlEvents | Microsoft Internal Use Only. |
.gif) | _dispCommandBarControlEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispCommandEvents | Microsoft Internal Use Only. |
.gif) | _dispCommandEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispDebuggerEvents | Microsoft Internal Use Only. |
.gif) | _dispDebuggerEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispDocumentEvents | Microsoft Internal Use Only. |
.gif) | _dispDocumentEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispDTEEvents | Microsoft Internal Use Only. |
.gif) | _dispDTEEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispFindEvents | Microsoft Internal Use Only. |
.gif) | _dispFindEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispOutputWindowEvents | Microsoft Internal Use Only. |
.gif) | _dispOutputWindowEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispProjectItemsEvents | Microsoft Internal Use Only. |
.gif) | _dispProjectItemsEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispProjectsEvents | Microsoft Internal Use Only. |
.gif) | _dispProjectsEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispSelectionEvents | Microsoft Internal Use Only. |
.gif) | _dispSelectionEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispSolutionEvents | Microsoft Internal Use Only. |
.gif) | _dispSolutionEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispTaskListEvents | Microsoft Internal Use Only. |
.gif) | _dispTaskListEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispTextEditorEvents | Microsoft Internal Use Only. |
.gif) | _dispTextEditorEvents_Event | Microsoft Internal Use Only. |
.gif) | _dispWindowEvents | Microsoft Internal Use Only. |
.gif) | _dispWindowEvents_Event | Microsoft Internal Use Only. |
.gif) | _DocumentEvents | Refer to DocumentEvents for this functionality. Do not instantiate this class. |
.gif) | _DocumentEventsRoot | Microsoft Internal Use Only. |
.gif) | _DTE | The top-level object in the Visual Studio automation object model. Refer to _DTE for this functionality. Do not instantiate from this class. |
.gif) | _DTEEvents | Refer to DTEEvents for this functionality. Do not instantiate this class. |
.gif) | _EnvironmentDocuments | Microsoft Internal Use Only. |
.gif) | _EnvironmentFontsAndColors | Microsoft Internal Use Only. |
.gif) | _EnvironmentGeneral | Microsoft Internal Use Only. |
.gif) | _EnvironmentHelp | Microsoft Internal Use Only. |
.gif) | _EnvironmentKeyboard | Microsoft Internal Use Only. |
.gif) | _EnvironmentProjectsAndSolution | Microsoft Internal Use Only. |
.gif) | _EnvironmentTaskList | Microsoft Internal Use Only. |
.gif) | _EnvironmentWebBrowser | Microsoft Internal Use Only. |
.gif) | _FindEvents | Refer to FindEvents for this functionality. Do not instantiate this class. |
.gif) | _FontsAndColors | Microsoft Internal Use Only. |
.gif) | _MiscSlnFilesEventsRoot | Microsoft Internal Use Only. |
.gif) | _OutputWindowEvents | Refer to OutputWindowEvents for this functionality. Do not instantiate this class. |
.gif) | _OutputWindowEventsRoot | Microsoft Internal Use Only. |
.gif) | _ProjectItemsEvents | Refer to ProjectItemsEvents for this functionality. Do not instantiate this class. |
.gif) | _ProjectsEvents | Refer to ProjectsEvents for this functionality. Do instantiate this class. |
.gif) | _SelectionEvents | Refer SelectionEvents for this functionality. Do not instantiate this class. |
.gif) | _Solution | Represents all projects and solution-wide properties in the integrated development environment (IDE). Refer to Solution for this functionality. Do not instantiate from this class. |
.gif) | _SolutionEvents | Refer to SolutionEvents for this functionality. Do not instantiate this class. |
.gif) | _TaskListEvents | Refer to TaskListEvents for this functionality. Do not instantiate this class. |
.gif) | _TaskListEventsRoot | Microsoft Internal Use Only. |
.gif) | _TextEditorEvents | Refer to TextEditorEvents for this functionality. Do not instantiate this class. |
.gif) | _TextEditorEventsRoot | Microsoft Internal Use Only. |
.gif) | _WindowEvents | Refer to WindowEvents for this functionality. Do not instantiate this class. |
.gif) | _WindowEventsRoot | Microsoft Internal Use Only. |
.gif) | AddIn | Represents an add-in listed in the Add-In Manager dialog box and provides information about an add-in to other add-in objects. |
.gif) | AddIns | Contains all add-ins listed in the Add-In Manager dialog box if they are DTE.AddIns, or all of the add-ins loaded by a particular solution if they are ProjectSolution.AddIns. |
.gif) | Breakpoint | The Breakpoint object contains the properties and methods used to programmatically manipulate a Breakpoint. |
.gif) | Breakpoints | Provides a list of pending breakpoints. |
.gif) | BuildDependencies | Represents all of the projects that the specified project depends on. |
.gif) | BuildDependency | Represents all of the projects that the specified project depends on to complete a build. |
.gif) | BuildEvents | Provides a list of events for solution builds. Use this object for functionality and refer to BuildEventsClass for this object’s documentation. |
.gif) | CodeAttribute | Allows manipulation of a code element's attribute. |
.gif) | CodeClass | Represents a class in source code. |
.gif) | CodeDelegate | Object representing a delegate in source code. |
.gif) | CodeElement | Represents a code element or construct in a source file. |
.gif) | CodeElements | A collection of objects representing code constructs in a source file. |
.gif) | CodeEnum | Object representing an enumeration in source code. |
.gif) | CodeFunction | An object defining a function construct in a source file. |
.gif) | CodeInterface | Object representing an interface in source code. |
.gif) | CodeModel | Allows access to programmatic constructs in a source code file. |
.gif) | CodeNamespace | Represents a namespace construct in a source file. |
.gif) | CodeParameter | An object defining a parameter to a function, property, and so on, in a source file. |
.gif) | CodeProperty | An object defining a property construct in a source file. |
.gif) | CodeStruct | Object representing a structure in source code. |
.gif) | CodeType | Represents a class construct in a source file. |
.gif) | CodeTypeRef | An object defining the type of a construct in a source file. |
.gif) | CodeVariable | An object defining a variable construct in a source file. |
.gif) | ColorableItems | Represents the portions of an item that can be colored, such as the foreground and background. |
.gif) | Command | Represents a command in the environment. |
.gif) | CommandBarEvents | Causes a Click event to occur when a control on the command bar is clicked. Use this object for functionality, and refer to CommandBarEventsClass for this object's documentation. |
.gif) | CommandEvents | Provides command events for automation clients. Use this object for functionality, and refer to CommandEventsClass for this object's documentation. |
.gif) | Commands | Contains all of the commands, in the form of Command objects, in the environment. |
.gif) | CommandWindow | Represents the Command window in the environment. |
.gif) | Configuration | Represents a project or project item's build configuration dependent properties. |
.gif) | ConfigurationManager | Represents a matrix of Configuration objects, one for each combination of configuration name and platform name. |
.gif) | Configurations | Contains a set of Configuration objects. Each collection represents a row of Configuration objects for a given configuration name and for each platform, or a column of each Configuration object for a given platform name, one for each configuration name. |
.gif) | ContextAttribute | Represents a single attribute associated with a global context or window's context in the Dynamic Help window. |
.gif) | ContextAttributes | Contains all attributes associated with a global context or window's context in the Dynamic Help window. |
.gif) | Debugger | The Debugger object is used to interrogate and manipulate the state of the debugger and the program being debugged. |
.gif) | DebuggerEvents | Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation. |
.gif) | Document | Represents a document in the environment open for editing. |
.gif) | DocumentEvents | Provides document events. Use this object for functionality and refer to DocumentEventsClass for this object's documentation. |
.gif) | Documents | Contains all Document objects in the environment, each representing an open document. |
.gif) | DTE | The top-level object in the Visual Studio automation object model. Use this object for functionality and refer to _DTE for this object’s documentation. |
.gif) | DTEEvents | Provides events relating to the state of the environment. Use this object for functionality and refer to DTEEventsClass for this object's documentation. |
.gif) | EditPoint | Allows you to manipulate text as data in text buffers. |
.gif) | Events | Allows access to all events in the extensibility model. Events may also be exposed from specific objects within the extensibility model. |
.gif) | Expression | The Expression object contains properties used to examine items returned by an expression evaluation. |
.gif) | Expressions | A collection of Expression objects. |
.gif) | FileCodeModel | Allows access to programmatic constructs in a source file. |
.gif) | Find | Supports general text Find operations in the environment for documents and files. |
.gif) | FindEvents | Provides events for Find-in-Files operations. |
.gif) | FontsAndColorsItems | Contains ColorableItems objects that define the color, appearance, and other attributes of items. |
.gif) | Globals | The Globals object is a cache for storing data for the duration of each session of the Visual Studio environment, as well as across sessions using the VariablePersists property. |
.gif) | HTMLWindow | Represents an HTML document window. |
.gif) | IDTCommandTarget | Allows you to create named commands. You must implement this interface to handle new named commands. |
.gif) | IDTToolsOptionsPage | Implemented when constructing a custom tools options page. |
.gif) | IDTWizard | This interface must be implemented in a component for it to act as a wizard. |
.gif) | IExtenderProvider | An object that represents an IDispatch-based Extender Provider. |
.gif) | IExtenderProviderUnk | Represents an IUnknown-based Extender provider. |
.gif) | IExtenderSite | Site object for an Automation Extender. |
.gif) | IExtensibleObject | Microsoft Internal Use Only. |
.gif) | IExtensibleObjectSite | Microsoft Internal Use Only. |
.gif) | IFilterProperties | Allows an Extender to hide or override properties in the Properties window. |
.gif) | ISupportVSProperties | Microsoft Internal Use Only. |
.gif) | ItemOperations | Object for performing common file actions. |
.gif) | IVsExtensibility | Microsoft Internal Use Only. |
.gif) | IVsGlobals | Microsoft Internal Use Only. |
.gif) | IVsGlobalsCallback | Microsoft Internal Use Only. |
.gif) | IVsProfferCommands | Microsoft Internal Use Only. |
.gif) | IVsTextEditFonts | Microsoft Internal Use Only. |
.gif) | IVsTextEditGeneral | Microsoft Internal Use Only. |
.gif) | IVsTextEditPerLanguage | Microsoft Internal Use Only. |
.gif) | Language | The Language object contains properties used to examine the language specified by the debugger. |
.gif) | Languages | A collection of Language objects. |
.gif) | LinkedWindows | The LinkedWindows collection contains all windows that have been linked together in the environment. |
.gif) | Macros | Represents the Visual Studio macro recorder. |
.gif) | ObjectExtenders | Object that provides access to Automation Extenders. |
.gif) | OutputGroup | Contains the file names for a given named output group. |
.gif) | |