ContextGuids Members
Include Protected Members
Include Inherited Members
Contains context GUIDs, each of which represents a state of the integrated development environment (IDE) or a tool window. Examples of state include a debugging session in process, an empty solution being loaded, or the IDE in design view. This enumeration is passed as an argument to AddNamedCommand and AddNamedCommand2.
The ContextGuids type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
vsContextGuidApplicationBrowser
Represents whether the Application Browser is displayed.
Represents whether the AutoLocals window is displayed.
Represents whether the Bookmark Window is displayed.
Represents whether the Call Browser window is displayed. (Visual C++ only.)
Represents whether the Call Stack window is displayed.
Represents whether Class View is displayed.
Represents whether the Code Definition Window is displayed.
Represents whether the Code and Text Editor is visible.
Represents whether the Command Window is displayed.
Represents whether the CodeZone Community window is displayed.
Represents whether the CSS Editor is displayed.
vsContextGuidDataSourceWindowAutoVisible
Represents whether the Data Sources Window is visible.
vsContextGuidDataSourceWindowSupported
Represents whether the Data Sources Window is supported in the current context.
Represents whether the integrated development environment (IDE) is in debugging mode.
Represents whether the integrated development environment (IDE) is in Design view.
Represents whether the Document Outline window is displayed.
Represents whether the Dynamic Help window is displayed.
Represents whether an empty solution (one without projects) is open in the integrated development environment (IDE).
Represents whether the Error List Window is displayed.
Represents whether the Find and Replace Window is displayed.
Represents whether the Find Results Windows 1 is displayed.
Represents whether the Find Results Windows 2 is displayed.
Represents whether the Find Symbol window is displayed.
vsContextGuidFindSymbolResults
Represents whether the Find Symbol Results Window is displayed.
Represents whether the current context contains a window frame.
Represents whether the integrated development environment (IDE) is in full-screen view, rather than windowed view.
Represents whether the Table of Contents tab of the Help window is displayed.
Represents whether the Index tab of the Help window is displayed.
Represents whether the Search pane of the Help window is displayed.
Represents whether the Code View of the editor is displayed.
Represents whether the Code and Text Editor is in Design view.
Represents whether the Editor pane of the HTML Source editor is displayed.
Represents whether the View pane of the HTML Source editor is displayed.
Represents whether the Start Page is displayed.
vsContextGuidLinkedWindowFrame
Represents whether the current window is a linked window.
Represents whether the Locals window is displayed.
Represents whether the Macro Explorer Window is displayed.
Represents the main Visual Studio window.
Represents whether the integrated development environment (IDE) is open but with no solution loaded.
vsContextGuidNotBuildingAndNotDebugging
Represents whether the integrated development environment (IDE) is not building or debugging code.
Represents whether Object Browser is displayed.
Represents whether the Output Window is displayed.
Represents whether the Properties Window is displayed.
Represents whether the Resource View Window is displayed.
Represents whether the Schema view is displayed.
Represents whether Server Explorer/Database Explorer is displayed.
Represents whether the integrated development environment (IDE) is building a solution.
Represents whether a solution is loaded in the integrated development environment (IDE).
vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging
Represents whether a solution is loaded but not being built or debugged.
Represents whether Solution Explorer is displayed.
vsContextGuidSolutionHasMultipleProjects
Represents whether the current solution contains more than one project.
vsContextGuidSolutionHasSingleProject
Represents whether the current solution contains only one project.
vsContextGuidSolutionOrProjectUpgrading
Represents whether the current solution, or project in the solution, is being upgraded.
Represents whether the Task List (Visual Studio) is displayed.
Represents whether the Code and Text Editor is displayed.
Represents the Threads window.
Represents whether the Toolbox is displayed.
vsContextGuidToolboxInitialized
Represents whether the Toolbox is being started and intialized.
vsContextGuidUIHierarchyDragging
Represents an item that is being dragged to or from a TreeView Control (Windows Forms) or other hierarchical control.
Represents the Watch window.
Represents whether the internal Visual Studio web browser is displayed.
vsContextGuidWindowsFormsDesigner
Represents whether the Windows Forms Designer is displayed.
Represents whether the XML Editor window is displayed.
Top