vsWindowType Enumeration

 

Represents the different types of windows available in the integrated development environment (IDE).

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("705CD8A9-D29B-11D2-AABD-00C04F688DDE")]
public enum class vsWindowType

Member nameDescription
vsWindowTypeAutos

Autos Window

vsWindowTypeBrowser

Browser Window

vsWindowTypeCallStack

Call Stack Window

vsWindowTypeCodeWindow

Code Window

vsWindowTypeColorPalette

Color Palette

vsWindowTypeDesigner

Designer Window

vsWindowTypeDocument

Document Window

vsWindowTypeDocumentOutline

Document Outline Window

vsWindowTypeFind

Find Window

vsWindowTypeFindReplace

Find and Replace Window

vsWindowTypeImmediate

Immediate Window

vsWindowTypeLinkedWindowFrame

Linked Window Frame Window

vsWindowTypeLocals

Locals Window

vsWindowTypeMainWindow

Main Window

vsWindowTypeOutput

Output Window

vsWindowTypePreview

Preview Window

vsWindowTypeProperties

Properties Window

vsWindowTypeRunningDocuments

Running Documents Window

vsWindowTypeSolutionExplorer

Solution Explorer Window

vsWindowTypeTaskList

TaskList Window

vsWindowTypeThreads

Threads Window

vsWindowTypeToolbox

Toolbox Window

vsWindowTypeToolWindow

ToolWindow Window

vsWindowTypeWatch

Watch Window

Return to top
Show: