ToolWindowGuids Members
Include Protected Members
Include Inherited Members
Provides GUIDs that are used to identify Visual Studio tool windows.
The ToolWindowGuids type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
BrowserDoc | For internal use only. | |
ClassView | This tool window provides a list of all classes in a solution. | |
CommandWindow | This tool window provides a way to execute commands directly in the Visual Studio shell. | |
ContextWindow | This tool window provides links to help topics based on the current context. | |
DocOutline | This tool window provides an outline of an HTML file. | |
FindAdvanced | This tool window provides the ability to search files for a string. | |
FindReplace | This tool window provides the ability to search and replace on the currently opened file. | |
FindResults1 | This tool window provides a list of the search results. | |
FindResults2 | This tool window provides a second list of search results. | |
MacroExplorer | This tool window provides a list of macros available for use in the Visual Studio shell. | |
ObjectBrowser | This tool window provides a list of components installed on the system. | |
ObjectSearchResultsWindow | This tool window provides the results of searching for a symbol. | |
ObjectSearchWindow | This tool window provides the ability to search for a symbol. | |
Outputwindow | This tool window displays any output generated by a build process or a program being debugged. | |
PropertyBrowser | This tool window provides a list of properties associated with the currently selected file or project in Solution Explorer. | |
ResourceView | This tool window provides a list of resources available in a project. | |
ServerExplorer | This tool window provides a list of servers used for connecting to databases. | |
SolutionExplorer | This tool window provides a list of projects and their files in a solution. | |
TaskList | This tool window provides a list of user-specified tasks to be accomplished for a project. | |
Toolbox | This tool window provides a list of components that can be added to a project, typically through the Windows Forms designer. |
Top