|
_BuildEvents |
Refer to BuildEvents for this functionality. Do not instantiate from this class. |
|
_CommandBarControlEvents |
Refer to CommandBarEvents for this functionality. Do not instantiate from this class. |
|
_CommandEvents |
Refer to CommandEvents for this functionality. Do not instantiate from this class. |
|
_DebuggerEvents |
Refer to DebuggerEvents for this functionality. Do not instantiate from this class. |
|
_DebuggerEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_dispBuildEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispBuildEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispCommandBarControlEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispCommandBarControlEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispCommandEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispCommandEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDebuggerEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDebuggerEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDocumentEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDocumentEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDTEEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispDTEEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispFindEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispFindEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispOutputWindowEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispOutputWindowEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispProjectItemsEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispProjectItemsEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispProjectsEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispProjectsEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispSelectionEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispSelectionEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispSolutionEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispSolutionEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispTaskListEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispTaskListEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispTextEditorEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispTextEditorEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_dispWindowEvents |
Infrastructure. Microsoft Internal Use Only. |
|
_dispWindowEvents_Event |
Infrastructure. Microsoft Internal Use Only. |
|
_DocumentEvents |
Refer to DocumentEvents for this functionality. Do not instantiate this class. |
|
_DocumentEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_DTE |
The top-level object in the Visual Studio automation object model. Refer to _DTE for this functionality. Do not instantiate from this class. |
|
_DTEEvents |
Refer to DTEEvents for this functionality. Do not instantiate this class. |
|
_EnvironmentDocuments |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentFontsAndColors |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentGeneral |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentHelp |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentKeyboard |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentProjectsAndSolution |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentTaskList |
Infrastructure. Microsoft Internal Use Only. |
|
_EnvironmentWebBrowser |
Infrastructure. Microsoft Internal Use Only. |
|
_FindEvents |
Refer to FindEvents for this functionality. Do not instantiate this class. |
|
_FontsAndColors |
Infrastructure. Microsoft Internal Use Only. |
|
_MiscSlnFilesEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_OutputWindowEvents |
Refer to OutputWindowEvents for this functionality. Do not instantiate this class. |
|
_OutputWindowEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_ProjectItemsEvents |
Refer to ProjectItemsEvents for this functionality. Do not instantiate this class. |
|
_ProjectsEvents |
Refer to ProjectsEvents for this functionality. Do instantiate this class. |
|
_SelectionEvents |
Refer SelectionEvents for this functionality. Do not instantiate this class. |
|
_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. |
|
_SolutionEvents |
Refer to SolutionEvents for this functionality. Do not instantiate this class. |
|
_TaskListEvents |
Refer to TaskListEvents for this functionality. Do not instantiate this class. |
|
_TaskListEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_TextEditorEvents |
Refer to TextEditorEvents for this functionality. Do not instantiate this class. |
|
_TextEditorEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
_WindowEvents |
Refer to WindowEvents for this functionality. Do not instantiate this class. |
|
_WindowEventsRoot |
Infrastructure. Microsoft Internal Use Only. |
|
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. |
|
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. |
|
Breakpoint |
The Breakpoint object contains the properties and methods used to programmatically manipulate a Breakpoint. |
|
Breakpoints |
Provides a list of pending breakpoints. |
|
BuildDependencies |
Represents all of the projects that the specified project depends on. |
|
BuildDependency |
Represents all of the projects that the specified project depends on to complete a build. |
|
BuildEvents |
Provides a list of events for solution builds. Use this object for functionality and refer to BuildEventsClass for this object’s documentation. |
|
CodeAttribute |
Allows manipulation of a code element's attribute. |
|
CodeClass |
Represents a class in source code. |
|
CodeDelegate |
Object representing a delegate in source code. |
|
CodeElement |
Represents a code element or construct in a source file. |
|
CodeElements |
A collection of objects representing code constructs in a source file. |
|
CodeEnum |
Object representing an enumeration in source code. |
|
CodeFunction |
An object defining a function construct in a source file. |
|
CodeInterface |
Object representing an interface in source code. |
|
CodeModel |
Allows access to programmatic constructs in a source code file. |
|
CodeNamespace |
Represents a namespace construct in a source file. |
|
CodeParameter |
An object defining a parameter to a function, property, and so on, in a source file. |
|
CodeProperty |
An object defining a property construct in a source file. |
|
CodeStruct |
Object representing a structure in source code. |
|
CodeType |
Represents a class construct in a source file. |
|
CodeTypeRef |
An object defining the type of a construct in a source file. |
|
CodeVariable |
An object defining a variable construct in a source file. |
|
ColorableItems |
Represents the portions of an item that can be colored, such as the foreground and background. |
|
Command |
Represents a command in the environment. |
|
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. |
|
CommandEvents |
Provides command events for automation clients. Use this object for functionality, and refer to CommandEventsClass for this object's documentation. |
|
Commands |
Contains all of the commands, in the form of Command objects, in the environment. |
|
CommandWindow |
Represents the Command window in the environment. |
|
Configuration |
Represents a project or project item's build configuration dependent properties. |
|
ConfigurationManager |
Represents a matrix of Configuration objects, one for each combination of configuration name and platform name. |
|
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. |
|
ContextAttribute |
Represents a single attribute associated with a global context or window's context in the Dynamic Help window. |
|
ContextAttributes |
Contains all attributes associated with a global context or window's context in the Dynamic Help window. |
|
Debugger |
The Debugger object is used to interrogate and manipulate the state of the debugger and the program being debugged. |
|
DebuggerEvents |
Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation. |
|
Document |
Represents a document in the environment open for editing. |
|
DocumentEvents |
Provides document events. Use this object for functionality and refer to DocumentEventsClass for this object's documentation. |
|
Documents |
Contains all Document objects in the environment, each representing an open document. |
|
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. |
|
DTEEvents |
Provides events relating to the state of the environment. Use this object for functionality and refer to DTEEventsClass for this object's documentation. |
|
EditPoint |
Allows you to manipulate text as data in text buffers. |
|
Events |
Allows access to all events in the extensibility model. Events may also be exposed from specific objects within the extensibility model. |
|
Expression |
The Expression object contains properties used to examine items returned by an expression evaluation. |
|
Expressions |
A collection of Expression objects. |
|
FileCodeModel |
Allows access to programmatic constructs in a source file. |
|
Find |
Supports general text Find operations in the environment for documents and files. |
|
FindEvents |
Provides events for Find-in-Files operations. |
|
FontsAndColorsItems |
Contains ColorableItems objects that define the color, appearance, and other attributes of items. |
|
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. |
|
HTMLWindow |
Represents an HTML document window. |
|
IDTCommandTarget |
Allows you to create named commands. You must implement this interface to handle new named commands. |
|
IDTToolsOptionsPage |
Implemented when constructing a custom tools options page. |
|
IDTWizard |
This interface must be implemented in a component for it to act as a wizard. |
|
IExtenderProvider |
An object that represents an IDispatch-based extender provider. |
|
IExtenderProviderUnk |
Represents an extender provider object. |
|
IExtenderSite |
Represents the site object for an automation extender. |
|
IExtensibleObject |
Infrastructure. Microsoft Internal Use Only. |
|
IExtensibleObjectSite |
Infrastructure. Microsoft Internal Use Only. |
|
IFilterProperties |
Allows an Extender to hide or override properties in the Properties window. |
|
ISupportVSProperties |
Infrastructure. Microsoft Internal Use Only. |
|
ItemOperations |
Object for performing common file actions. |
|
IVsExtensibility |
Infrastructure. Microsoft Internal Use Only. |
|
IVsGlobals |
Infrastructure. Microsoft Internal Use Only. |
|
IVsGlobalsCallback |
Infrastructure. Microsoft Internal Use Only. |
|
IVsProfferCommands |
Infrastructure. Microsoft Internal Use Only. |
|
IVsTextEditFonts |
Infrastructure. Microsoft Internal Use Only. |
|
IVsTextEditGeneral |
Infrastructure. Microsoft Internal Use Only. |
|
IVsTextEditPerLanguage |
Infrastructure. Microsoft Internal Use Only. |
|
Language |
The Language object contains properties used to examine the language specified by the debugger. |
|
Languages |
A collection of Language objects. |
|
LinkedWindows |
The LinkedWindows collection contains all windows that have been linked together in the environment. |
|
Macros |
Represents the Visual Studio macro recorder. |
|
ObjectExtenders |
Object that provides access to Automation Extenders. |
|
OutputGroup |
Contains the file names for a given named output group. |
|
OutputGroups |
Contains a collection of OutputGroup objects. |
|
OutputWindow |
Represents the Output window in the integrated development environment (IDE). |
|
OutputWindowEvents |
Provides events for changes to the Output window. |
|
OutputWindowPane |
Represents a pane in the Output window. |
|
OutputWindowPanes |
Contains all Output window panes in the integrated development environment (IDE). |
|
Process |
The Process object is used to examine and manipulate processes. |
|
Processes |
A collection of Process objects. |
|
Program |
Important This object has been superseded by the Process2 object, so it should no longer be used. Existing code using this object continues to work for backwards-compatibility purposes. For new applications, use the Process2 object. |
|
Programs |
A collection of Program objects. |
|
Project |
Represents a project in the integrated development environment (IDE). |
|
ProjectItem |
Represents an item in a project. |
|
ProjectItems |
Contains ProjectItem objects, each representing items in the project. |
|
ProjectItemsEvents |
The base interface from which projects derive event interfaces of their specific project items. Use this object for functionality and refer to ProjectItemsEventsClass for this object's documentation. |
|
Projects |
Represents all of the projects of a given kind. |
|
ProjectsEvents |
The base interface from which the various projects derive the events that are associated with their specific project interfaces. Use this object for functionality, and refer to ProjectsEventsClass for this object's documentation. |
|
Properties |
Contains all of the properties of a given object that are contained in a generic collection of properties. |
|
Property |
Represents one property in a generic collection of properties for a given object. |
|
SelectedItem |
Represents selected project(s) or project item(s) in the Visual Studio integrated development environment (IDE). |
|
SelectedItems |
Contains SelectedItem objects, which represent selected projects or project items. |
|
SelectionContainer |
Represents the selection context with objects that model the selection below the project item level. |
|
SelectionEvents |
Provides events for changes to a selection. Use this object for functionality, and refer to SelectionEventsClass for this object's documentation. |
|
Solution |
Represents all projects and solution-wide properties in the integrated development environment (IDE). Use this object for functionality and refer to _Solution for documentation. |
|
SolutionBuild |
Represents the root of the build automation model at the solution level. |
|
SolutionConfiguration |
Represents information about a particular way to build the solution. |
|
SolutionConfigurations |
Contains all of the SolutionConfiguration in the solution. |
|
SolutionContext |
Represents all projects in the solution, some of which will be built, and the project configuration and platform that will have context when you select a particular SolutionConfiguration object. |
|
SolutionContexts |
Contains all of the SolutionContext objects for a solution configuration. |
|
SolutionEvents |
Provides events for changes to a solution. Use this object for functionality and refer to SolutionEventsClass for this object's documentation. |
|
SourceControl |
Used to interact with current source control system. |
|
StackFrame |
The StackFrame object is used to examine and manipulate stack frames. A stack frame is essentially the same as a function call. |
|
StackFrames |
A collection of StackFrame objects. |
|
StatusBar |
Represents the Status Bar in the Visual Studio integrated development environment (IDE). |
|
TaskItem |
The TaskItem object represents a task item in the Task List window. |
|
TaskItems |
The TaskItems collection contains all of the tasks in the Task List window. |
|
TaskList |
The TaskList object represents the items in the Task List window in the Visual Studio integrated development environment (IDE). |
|
TaskListEvents |
Provides events for changes made to the Task List. |
|
TextBuffer |
Infrastructure. Microsoft Internal Use Only. |
|
TextDocument |
Represents a text file open in the editor, such as the Visual Studio Code editor. |
|
TextEditor |
Infrastructure. Microsoft Internal Use Only. |
|
TextEditorEvents |
Provides events for changes made in the Text/Code Editor. Use this interface for functionality and refer to TextEditorEventsClass for this object's documentation. |
|
TextPane |
Represents a pane within a text editor window. |
|
TextPanes |
Contains all of the TextPane objects in a text editor window. |
|
TextPoint |
Represents a location of text in a text document. |
|
TextRange |
Represents a single, contiguous section of text in a text document. |
|
TextRanges |
Contains a TextRange object for each of the tagged subexpressions from a search pattern. TextRanges is also used to find where a box selection intersects each line of text. |
|
TextSelection |
Provides access to view-based editing operations and selected text. |
|
TextWindow |
Represents a window containing a text document. |
|
Thread |
The Thread object is used to examine and manipulate threads. |
|
Threads |
A collection of Thread objects. |
|
ToolBox |
Represents the ToolBox in the integrated development environment (IDE). |
|
ToolBoxItem |
Represents an item in the ToolBox. |
|
ToolBoxItems |
Contains all items in a ToolBox tab. |
|
ToolBoxTab |
Represents a tab in the ToolBox, along with any objects the tab contains. |
|
ToolBoxTabs |
Contains all tabs in the Toolbox. |
|
UIHierarchy |
Represents standard tool windows in the integrated development environment (IDE) that use hierarchical trees of data, such as Solution Explorer, Server Explorer, and Macro Explorer. |
|
UIHierarchyItem |
Represents an item that shows hierarchical tree data, such as Solution Explorer, in a standard tool window in the integrated development environment (IDE). |
|
UIHierarchyItems |
Represents a given level of the UI hierarchy tree. It also represents a collection of the selected items in the tree. |
|
UndoContext |
Represents, as a single transaction, all operations performed on all participating open documents in Visual Studio. If its SetAborted method is invoked, all changes made since opening the object are discarded. |
|
VirtualPoint |
Allows you to manipulate text beyond the right margin (left margin in bidirectional Windows) of the text document. |
|
Window |
The Window object represents a window in the environment. |
|
WindowConfiguration |
The WindowConfiguration object represents the layout and configuration of all windows in the Visual Studio environment. |
|
WindowConfigurations |
The WindowConfigurations collection contains all named window configurations created for the environment. |
|
WindowEvents |
Provides events for changes made to Windows in the environment. Use this object for functionality and refer to WindowEventsClass for this object’s documentation. |
|
Windows |
The Windows collection contains all windows in the environment. |