Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the different types of windows available in the integrated development environment (IDE).
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("705CD8A9-D29B-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsWindowType
[GuidAttribute("705CD8A9-D29B-11D2-AABD-00C04F688DDE")]
public enum vsWindowType
[GuidAttribute(L"705CD8A9-D29B-11D2-AABD-00C04F688DDE")]
public enum class vsWindowType
[<GuidAttribute("705CD8A9-D29B-11D2-AABD-00C04F688DDE")>]
type vsWindowType
public enum vsWindowType
Members
| Member name | Description | |
|---|---|---|
| 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 |