vsWindowType, énumération
Représente les différents types de fenêtres disponibles dans l'environnement de développement intégré (IDE, Integrated Development Environment).
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<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
Membres
Nom de membre | Description | |
---|---|---|
vsWindowTypeCodeWindow | Code, fenêtre | |
vsWindowTypeDesigner | Concepteur, fenêtre | |
vsWindowTypeBrowser | Fenêtre du navigateur | |
vsWindowTypeWatch | Fenêtre Espion | |
vsWindowTypeLocals | Fenêtre Variables locales | |
vsWindowTypeImmediate | Fenêtre Exécution | |
vsWindowTypeSolutionExplorer | Explorateur de solutions, fenêtre | |
vsWindowTypeProperties | Fenêtre Propriétés | |
vsWindowTypeFind | Rechercher une fenêtre | |
vsWindowTypeFindReplace | Rechercher et remplacer, fenêtre | |
vsWindowTypeToolbox | Boîte à outils, fenêtre | |
vsWindowTypeLinkedWindowFrame | Frame de fenêtre lié, fenêtre | |
vsWindowTypeMainWindow | Principale, fenêtre | |
vsWindowTypePreview | Fenêtre Aperçu | |
vsWindowTypeColorPalette | Palette de couleurs | |
vsWindowTypeToolWindow | ToolWindow, fenêtre | |
vsWindowTypeDocument | Document, fenêtre | |
vsWindowTypeOutput | Fenêtre Sortie | |
vsWindowTypeTaskList | Liste des tâches, fenêtre | |
vsWindowTypeAutos | Automatique, fenêtre | |
vsWindowTypeCallStack | Fenêtre Pile des appels | |
vsWindowTypeThreads | Threads, fenêtre | |
vsWindowTypeDocumentOutline | Structure du document, fenêtre | |
vsWindowTypeRunningDocuments | Documents en cours d'exécution, fenêtre |