Includes the GUIDs for Visual Studio menu commands.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.Shell.VsMenus
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Class VsMenus
public class VsMenus
public ref class VsMenus
type VsMenus =  class end
public class VsMenus
The VsMenus type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VsMenus | Instantiates a new instance of VsMenus. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | guidCciSet | The GUID of the CCI set. | 
| .gif) .gif) | guidSHLMainMenu | The GUID of the main menu of the shell. | 
| .gif) .gif) | guidStandardCommandSet2K | The GUID of the Visual Studio editor standard command set. | 
| .gif) .gif) | guidStandardCommandSet97 | The GUID of the Visual Studio 6 standard command set. | 
| .gif) .gif) | guidVsUIHierarchyWindowCmds | The GUID of the Visual Studio UI hierarchy window commands. | 
| .gif) .gif) | guidVSUISet | |
| .gif) .gif) | guidVsVbaPkg | An alias for CLSID_VsVbaPackage. | 
| .gif) .gif) | IDM_VS_CSCD_PROJWIN_FILECONTENTS_SCOPELIST | |
| .gif) .gif) | IDM_VS_CTXT_CODEWIN | Defines the context menu of the code window. | 
| .gif) .gif) | IDM_VS_CTXT_FOLDERNODE | The ID of the context menu of the folder node. | 
| .gif) .gif) | IDM_VS_CTXT_ITEMNODE | The ID of the context menu of the item node. | 
| .gif) .gif) | IDM_VS_CTXT_NOCOMMANDS | The ID of the context menu for no available commands. | 
| .gif) .gif) | IDM_VS_CTXT_PEEKRESULT | |
| .gif) .gif) | IDM_VS_CTXT_PROJNODE | The ID of the context menu for the project node. | 
| .gif) .gif) | IDM_VS_CTXT_PROJWIN_FILECONTENTS | |
| .gif) .gif) | IDM_VS_CTXT_REFERENCE | The ID of the context menu of the reference node. | 
| .gif) .gif) | IDM_VS_CTXT_REFERENCEROOT | The ID of the context menu of the root reference node. | 
| .gif) .gif) | IDM_VS_CTXT_XPROJ_MULTIITEM | The ID of the context menu for multiple selections of different types. | 
| .gif) .gif) | IDM_VS_CTXT_XPROJ_PROJITEM | The ID of the context menu for multiple selections including the project node. | 
| .gif) .gif) | VSCmdOptQueryParameterList | The high-order word value for the nCmdexecopt parameter when querying parameter lists, for example QueryParameterList. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.