VsMenus Members

Include Protected Members
Include Inherited Members

Makes menu commands and command sets available to managed package code.

The VsMenus type exposes the following members.

Constructors

  Name Description
Public method VsMenus Initializes a new instance of this class.

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 attempt to free resources and perform other cleanup operations before the Object 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 A command set.
Public fieldStatic member guidSHLMainMenu A commonly referenced command set.
Public fieldStatic member guidStandardCommandSet2K A commonly referenced command set.
Public fieldStatic member guidStandardCommandSet97 A commonly referenced command set.
Public fieldStatic member guidVsUIHierarchyWindowCmds A commonly referenced command set.
Public fieldStatic member guidVSUISet A command set.
Public fieldStatic member guidVsVbaPkg An alias for CLSID_VsVbaPackage.
Public fieldStatic member IDM_VS_CTXT_CODEWIN A constant that defines the context menu of the Code Window.
Public fieldStatic member IDM_VS_CTXT_FOLDERNODE A constant that defines a Folder Node context menu.
Public fieldStatic member IDM_VS_CTXT_ITEMNODE A constant that defines a common Item Node context menu.
Public fieldStatic member IDM_VS_CTXT_NOCOMMANDS A constant that defines a context menu for no available commands.
Public fieldStatic member IDM_VS_CTXT_PROJNODE A constant that defines the context menu for the project node.
Public fieldStatic member IDM_VS_CTXT_REFERENCE A constant that defines the reference item context menu.
Public fieldStatic member IDM_VS_CTXT_REFERENCEROOT A constant that defines the reference root node context menu.
Public fieldStatic member IDM_VS_CTXT_XPROJ_MULTIITEM A constant that defines the context menu for multiple selections of different types.
Public fieldStatic member IDM_VS_CTXT_XPROJ_PROJITEM A constant that defines 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

See Also

Reference

VsMenus Class

Microsoft.VisualStudio.Package Namespace