vsContextGuids Class
Contains context GUIDs, each of which represents a given IDE state, such as if a Visual C# project is open, or the Visual Basic editor is open. This enumeration is passed as an argument to AddNamedCommand and AddNamedCommand2.
Assembly: VSLangProj80 (in VSLangProj80.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | vsContextGuidVBEditor | Represents whether Visual Basic code is open in the editor. |
![]() ![]() | vsContextGuidVBProject | Represents whether a Visual Basic project is present in the IDE. |
![]() ![]() | vsContextGuidVCSEditor | Represents whether Visual C# code is open in the editor. |
![]() ![]() | vsContextGuidVCSProject | Represents whether a Visual C# project is present in the IDE. |
![]() ![]() | vsContextGuidVJSEditor | Represents whether code is open in the editor. |
![]() ![]() | vsContextGuidVJSProject | Represents whether a project is present in the IDE. |
The command will be visible if the enumeration's related context GUID is active. If it is not active, then the command will not be visible.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



