UIContextGuids Members
Include Protected Members
Include Inherited Members
Provides a list of GUIDs that are used to identify command contexts.
The UIContextGuids type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
CodeWindow | Specifies a context in which a code window currently has focus. | |
Debugging | Specifies a context in which debugging is active. | |
DesignMode | Specifies a context where the editor is in design mode. | |
Dragging | Specifies a context that occurs while dragging items in Solution Explorer. | |
EmptySolution | Specifies a context in which an empty solution has been loaded. | |
FullScreenMode | Specifies a context that is active when Visual Studio is in full screen mode. | |
NoSolution | Specifies a context in which no solution is loaded. | |
SolutionBuilding | Specifies a context in which a project or solution is currently being built. | |
SolutionExists | Specifies a context in which a solution has been loaded. | |
SolutionHasMultipleProjects | Specifies a context in which a loaded solution contains more than one project. | |
SolutionHasSingleProject | Specifies a context in which a loaded solution contains a single project. |
Top