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
'Декларация
Public Class VsMenus
public class VsMenus
The VsMenus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsMenus | Instantiates a new instance of VsMenus. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 | |
---|---|---|
guidCciSet | The GUID of the CCI set. | |
guidSHLMainMenu | The GUID of the main menu of the shell. | |
guidStandardCommandSet2K | The GUID of the Visual Studio editor standard command set. | |
guidStandardCommandSet97 | The GUID of the Visual Studio 6 standard command set. | |
guidVsUIHierarchyWindowCmds | The GUID of the Visual Studio UI hierarchy window commands. | |
guidVSUISet | ||
guidVsVbaPkg | An alias for CLSID_VsVbaPackage. | |
IDM_VS_CSCD_PROJWIN_FILECONTENTS_SCOPELIST | ||
IDM_VS_CTXT_CODEWIN | Defines the context menu of the code window. | |
IDM_VS_CTXT_FOLDERNODE | The ID of the context menu of the folder node. | |
IDM_VS_CTXT_ITEMNODE | The ID of the context menu of the item node. | |
IDM_VS_CTXT_NOCOMMANDS | The ID of the context menu for no available commands. | |
IDM_VS_CTXT_PROJNODE | The ID of the context menu for the project node. | |
IDM_VS_CTXT_PROJWIN_FILECONTENTS | ||
IDM_VS_CTXT_REFERENCE | The ID of the context menu of the reference node. | |
IDM_VS_CTXT_REFERENCEROOT | The ID of the context menu of the root reference node. | |
IDM_VS_CTXT_XPROJ_MULTIITEM | The ID of the context menu for multiple selections of different types. | |
IDM_VS_CTXT_XPROJ_PROJITEM | The ID of the context menu for multiple selections including the project node. | |
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.