vsWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the different types of windows available in the integrated development environment (IDE).
public enum class vsWindowType
public enum class vsWindowType
enum vsWindowType
[System.Runtime.InteropServices.Guid("705CD8A9-D29B-11D2-AABD-00C04F688DDE")]
public enum vsWindowType
[<System.Runtime.InteropServices.Guid("705CD8A9-D29B-11D2-AABD-00C04F688DDE")>]
type vsWindowType =
Public Enum vsWindowType
- Inheritance
-
vsWindowType
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsWindowTypeCodeWindow | 0 | Code Window |
vsWindowTypeDesigner | 1 | Designer Window |
vsWindowTypeBrowser | 2 | Browser Window |
vsWindowTypeWatch | 3 | Watch Window |
vsWindowTypeLocals | 4 | Locals Window |
vsWindowTypeImmediate | 5 | Immediate Window |
vsWindowTypeSolutionExplorer | 6 | Solution Explorer Window |
vsWindowTypeProperties | 7 | Properties Window |
vsWindowTypeFind | 8 | Find Window |
vsWindowTypeFindReplace | 9 | Find and Replace Window |
vsWindowTypeToolbox | 10 | Toolbox Window |
vsWindowTypeLinkedWindowFrame | 11 | Linked Window Frame Window |
vsWindowTypeMainWindow | 12 | Main Window |
vsWindowTypePreview | 13 | Preview Window |
vsWindowTypeColorPalette | 14 | Color Palette |
vsWindowTypeToolWindow | 15 | ToolWindow Window |
vsWindowTypeDocument | 16 | Document Window |
vsWindowTypeOutput | 17 | Output Window |
vsWindowTypeTaskList | 18 | TaskList Window |
vsWindowTypeAutos | 19 | Autos Window |
vsWindowTypeCallStack | 20 | Call Stack Window |
vsWindowTypeThreads | 21 | Threads Window |
vsWindowTypeDocumentOutline | 22 | Document Outline Window |
vsWindowTypeRunningDocuments | 23 | Running Documents Window |