vsWindowKind Constants
These constants represent various tool and document windows in the Visual Studio .NET IDE. They are most often used to get a handle to a particular window in the IDE so as to gain access to its properties and methods.
Constant | Value | Description |
---|---|---|
vsWindowKindAutoLocals | {F2E84780-2AF1-11D1-A7FA-00A0C9110051} | The Debugger window. |
vsWindowKindCallStack | {0504FF91-9D61-11D0-A794-00A0C9110051} | The Call Stack window. |
vsWindowKindClassView | {C9C0AE26-AA77-11D2-B3F0-0000F87570EE} | The ClassView window. |
vsWindowKindCommandWindow | {28836128-FC2C-11D2-A433-00C04F72D18A} | The Command window. |
vsWindowKindDocumentOutline | {25F7E850-FFA1-11D0-B63F-00A0C922E851} | The Document Outline window. |
vsWindowKindDynamicHelp | {66DBA47C-61DF-11D2-AA79-00C04F990343} | The Dynamic Help window. |
vsWindowKindFindReplace | {CF2DDC32-8CAD-11D2-9302-005345000000} | The Find Replace dialog box. |
vsWindowKindFindResults1 | {0F887920-C2B6-11D2-9375-0080C747D9A0} | The Find Results 1 window. |
vsWindowKindFindResults2 | {0F887921-C2B6-11D2-9375-0080C747D9A0} | The Find Results 2 window. |
vsWindowKindFindSymbol | {53024D34-0EF5-11D3-87E0-00C04F7971A5} | The Find Symbol dialog box. |
vsWindowKindFindSymbolResults | {68487888-204A-11D3-87EB-00C04F7971A5} | The Find Symbol Results window. |
vsWindowKindLinkedWindowFrame | {9DDABE99-1D02-11D3-89A1-00C04F688DDE} | A linked window frame. |
vsWindowKindLocals | {9DDABE99-1D02-11D3-89A1-00C04F688DDE} | The Debugger window. |
vsWindowKindMacroExplorer | {07CD18B4-3BA1-11D2-890A-0060083196C6} | The Macro Explorer window. |
vsWindowKindMainWindow | {9DDABE98-1D02-11D3-89A1-00C04F688DDE} | The Visual Studio .NET IDE window. |
vsWindowKindObjectBrowser | {269A02DC-6AF8-11D3-BDC4-00C04F688E50} | The Object Browser window. |
vsWindowKindOutput | {34E76E81-EE4A-11D0-AE2E-00A0C90FFFC3} | The Output Window. |
vsWindowKindProperties | {EEFA5220-E298-11D0-8F78-00A0C9110057} | The Properties window. |
vsWindowKindResourceView | {2D7728C2-DE0A-45b5-99AA-89B609DFDE73} | The Resource Editor. |
vsWindowKindServerExplorer | {74946827-37A0-11D2-A273-00C04F8EF4FF} | The Server Explorer window. |
vsWindowKindSolutionExplorer | {3AE79031-E1BC-11D0-8F78-00A0C9110057} | The Solution Explorer window. |
vsWindowKindTaskList | {3AE79031-E1BC-11D0-8F78-00A0C9110057} | The TaskList window. |
vsWindowKindThread | {E62CE6A0-B439-11D0-A79D-00A0C9110051} | The Debugger window. |
vsWindowKindToolbox | {B1E99781-AB81-11D0-B683-00AA00A3EE26} | The Toolbox. |
vsWindowKindWatch | {90243340-BD7A-11D0-93EF-00A0C90F2734} | The Watch window. |
vsWindowKindWebBrowser | {E8B06F52-6D01-11D2-AA7D-00C04F990343} | A web browser window hosted in Visual Studio .NET. |