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
vsWindowTypeAutos | 19 | Autos Window |
vsWindowTypeBrowser | 2 | Browser Window |
vsWindowTypeCallStack | 20 | Call Stack Window |
vsWindowTypeCodeWindow | 0 | Code Window |
vsWindowTypeColorPalette | 14 | Color Palette |
vsWindowTypeDesigner | 1 | Designer Window |
vsWindowTypeDocument | 16 | Document Window |
vsWindowTypeDocumentOutline | 22 | Document Outline Window |
vsWindowTypeFind | 8 | Find Window |
vsWindowTypeFindReplace | 9 | Find and Replace Window |
vsWindowTypeImmediate | 5 | Immediate Window |
vsWindowTypeLinkedWindowFrame | 11 | Linked Window Frame Window |
vsWindowTypeLocals | 4 | Locals Window |
vsWindowTypeMainWindow | 12 | Main Window |
vsWindowTypeOutput | 17 | Output Window |
vsWindowTypePreview | 13 | Preview Window |
vsWindowTypeProperties | 7 | Properties Window |
vsWindowTypeRunningDocuments | 23 | Running Documents Window |
vsWindowTypeSolutionExplorer | 6 | Solution Explorer Window |
vsWindowTypeTaskList | 18 | TaskList Window |
vsWindowTypeThreads | 21 | Threads Window |
vsWindowTypeToolbox | 10 | Toolbox Window |
vsWindowTypeToolWindow | 15 | ToolWindow Window |
vsWindowTypeWatch | 3 | Watch Window |