Show / Hide Table of Contents

Class WindowGuids

Provides GUIDs that are used to identify Visual Studio tool windows.

Inheritance
System.Object
WindowGuids
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Community.VisualStudio.Toolkit
Assembly: Community.VisualStudio.Toolkit.dll
Syntax
public class WindowGuids

Fields

| Improve this Doc View Source

BrowserDoc

For internal use only.

Declaration
public const string BrowserDoc = "{6B8E94B4-0949-4D9C-A81F-C1B9B744185C}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ClassView

This tool window provides a list of all classes in a solution.

Declaration
public const string ClassView = "{C9C0AE26-AA77-11D2-B3F0-0000F87570EE}"
Field Value
Type Description
System.String
| Improve this Doc View Source

CommandWindow

This tool window provides a way to execute commands directly in the Visual Studio shell.

Declaration
public const string CommandWindow = "{28836128-FC2C-11D2-A433-00C04F72D18A}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContextWindow

This tool window provides links to help topics based on the current context.

Declaration
public const string ContextWindow = "{66DBA47C-61DF-11D2-AA79-00C04F990343}"
Field Value
Type Description
System.String
| Improve this Doc View Source

DocOutline

This tool window provides an outline of an HTML file.

Declaration
public const string DocOutline = "{25F7E850-FFA1-11D0-B63F-00A0C922E851}"
Field Value
Type Description
System.String
| Improve this Doc View Source

DocumentWell

The main document window where files are opened into.

Declaration
public const string DocumentWell = "DocumentWell"
Field Value
Type Description
System.String
| Improve this Doc View Source

FindAdvanced

This tool window provides the ability to search files for a string.

Declaration
public const string FindAdvanced = "{E830EC50-C2B5-11D2-9375-0080C747D9A0}"
Field Value
Type Description
System.String
| Improve this Doc View Source

FindReplace

This tool window provides the ability to search and replace on the currently opened file.

Declaration
public const string FindReplace = "{CF2DDC32-8CAD-11D2-9302-005345000000}"
Field Value
Type Description
System.String
| Improve this Doc View Source

FindResults1

This tool window provides a list of the search results.

Declaration
public const string FindResults1 = "{0F887920-C2B6-11D2-9375-0080C747D9A0}"
Field Value
Type Description
System.String
| Improve this Doc View Source

FindResults2

This tool window provides a second list of search results.

Declaration
public const string FindResults2 = "{0F887921-C2B6-11D2-9375-0080C747D9A0}"
Field Value
Type Description
System.String
| Improve this Doc View Source

MacroExplorer

This tool window provides a list of macros available for use in the Visual Studio shell.

Declaration
public const string MacroExplorer = "{07CD18B4-3BA1-11D2-890A-0060083196C6}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ObjectBrowser

This tool window provides a list of components installed on the system.

Declaration
public const string ObjectBrowser = "{269A02DC-6AF8-11D3-BDC4-00C04F688E50}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ObjectSearchResultsWindow

This tool window provides the results of searching for a symbol.

Declaration
public const string ObjectSearchResultsWindow = "{68487888-204A-11D3-87EB-00C04F7971A5}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ObjectSearchWindow

This tool window provides the ability to search for a symbol.

Declaration
public const string ObjectSearchWindow = "{53024D34-0EF5-11D3-87E0-00C04F7971A5}"
Field Value
Type Description
System.String
| Improve this Doc View Source

Outputwindow

This tool window displays any output generated by a build process or a program being debugged.

Declaration
public const string Outputwindow = "{34E76E81-EE4A-11D0-AE2E-00A0C90FFFC3}"
Field Value
Type Description
System.String
| Improve this Doc View Source

PropertyBrowser

This tool window provides a list of properties associated with the currently selected file or project in Solution Explorer.

Declaration
public const string PropertyBrowser = "{EEFA5220-E298-11D0-8F78-00A0C9110057}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ResourceView

This tool window provides a list of resources available in a project.

Declaration
public const string ResourceView = "{2D7728C2-DE0A-45B5-99AA-89B609DFDE73}"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServerExplorer

This tool window provides a list of servers used for connecting to databases.

Declaration
public const string ServerExplorer = "{74946827-37A0-11D2-A273-00C04F8EF4FF}"
Field Value
Type Description
System.String
| Improve this Doc View Source

SolutionExplorer

This tool window provides a list of projects and their files in a solution.

Declaration
public const string SolutionExplorer = "{3AE79031-E1BC-11D0-8F78-00A0C9110057}"
Field Value
Type Description
System.String
| Improve this Doc View Source

TaskList

This tool window provides a list of user-specified tasks to be accomplished for a project.

Declaration
public const string TaskList = "{4A9B7E51-AA16-11D0-A8C5-00A0C921A4D2}"
Field Value
Type Description
System.String
| Improve this Doc View Source

Toolbox

This tool window provides a list of components that can be added to a project, typically through the Windows Forms designer.

Declaration
public const string Toolbox = "{B1E99781-AB81-11D0-B683-00AA00A3EE26}"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX