VsMenus Class

Includes the GUIDs for Visual Studio menu commands.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.VsMenus

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
Public method VsMenus Instantiates a new instance of VsMenus.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member guidCciSet The GUID of the CCI set.
Public fieldStatic member guidSHLMainMenu The GUID of the main menu of the shell.
Public fieldStatic member guidStandardCommandSet2K The GUID of the Visual Studio editor standard command set.
Public fieldStatic member guidStandardCommandSet97 The GUID of the Visual Studio 6 standard command set.
Public fieldStatic member guidVsUIHierarchyWindowCmds The GUID of the Visual Studio UI hierarchy window commands.
Public fieldStatic member guidVSUISet
Public fieldStatic member guidVsVbaPkg An alias for CLSID_VsVbaPackage.
Public fieldStatic member IDM_VS_CSCD_PROJWIN_FILECONTENTS_SCOPELIST
Public fieldStatic member IDM_VS_CTXT_CODEWIN Defines the context menu of the code window.
Public fieldStatic member IDM_VS_CTXT_FOLDERNODE The ID of the context menu of the folder node.
Public fieldStatic member IDM_VS_CTXT_ITEMNODE The ID of the context menu of the item node.
Public fieldStatic member IDM_VS_CTXT_NOCOMMANDS The ID of the context menu for no available commands.
Public fieldStatic member IDM_VS_CTXT_PROJNODE The ID of the context menu for the project node.
Public fieldStatic member IDM_VS_CTXT_PROJWIN_FILECONTENTS
Public fieldStatic member IDM_VS_CTXT_REFERENCE The ID of the context menu of the reference node.
Public fieldStatic member IDM_VS_CTXT_REFERENCEROOT The ID of the context menu of the root reference node.
Public fieldStatic member IDM_VS_CTXT_XPROJ_MULTIITEM The ID of the context menu for multiple selections of different types.
Public fieldStatic member IDM_VS_CTXT_XPROJ_PROJITEM The ID of the context menu for multiple selections including the project node.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace