VsMenus Class

 

Includes the GUIDs for Visual Studio menu commands.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.VsMenus

public class VsMenus

NameDescription
System_CAPS_pubmethodVsMenus()

Instantiates a new instance of VsMenus.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticguidCciSet

The GUID of the CCI set.

System_CAPS_pubfieldSystem_CAPS_staticguidSHLMainMenu

The GUID of the main menu of the shell.

System_CAPS_pubfieldSystem_CAPS_staticguidStandardCommandSet2K

The GUID of the Visual Studio editor standard command set.

System_CAPS_pubfieldSystem_CAPS_staticguidStandardCommandSet97

The GUID of the Visual Studio 6 standard command set.

System_CAPS_pubfieldSystem_CAPS_staticguidVsUIHierarchyWindowCmds

The GUID of the Visual Studio UI hierarchy window commands.

System_CAPS_pubfieldSystem_CAPS_staticguidVSUISet

System_CAPS_pubfieldSystem_CAPS_staticguidVsVbaPkg

An alias for CLSID_VsVbaPackage.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CSCD_PROJWIN_FILECONTENTS_SCOPELIST

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_CODEWIN

Defines the context menu of the code window.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_FOLDERNODE

The ID of the context menu of the folder node.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_ITEMNODE

The ID of the context menu of the item node.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_NOCOMMANDS

The ID of the context menu for no available commands.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_PEEKRESULT

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_PROJNODE

The ID of the context menu for the project node.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_PROJWIN_FILECONTENTS

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_REFERENCE

The ID of the context menu of the reference node.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_REFERENCEROOT

The ID of the context menu of the root reference node.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_XPROJ_MULTIITEM

The ID of the context menu for multiple selections of different types.

System_CAPS_pubfieldSystem_CAPS_staticIDM_VS_CTXT_XPROJ_PROJITEM

The ID of the context menu for multiple selections including the project node.

System_CAPS_pubfieldSystem_CAPS_staticVSCmdOptQueryParameterList

The high-order word value for the nCmdexecopt parameter when querying parameter lists, for example QueryParameterList.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: