VsMenus Class

Definition

Includes the GUIDs for Visual Studio menu commands.

public ref class VsMenus
[Windows::Foundation::Metadata::WebHostHidden]
class VsMenus
public class VsMenus
type VsMenus = class
Public Class VsMenus
Inheritance
VsMenus

Constructors

VsMenus()

Instantiates a new instance of VsMenus.

Fields

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_ANALYZERREFERENCE
IDM_VS_CTXT_ANALYZERREFERENCE_GROUP
IDM_VS_CTXT_CODEWIN

Defines the context menu of the code window.

IDM_VS_CTXT_COMREFERENCE
IDM_VS_CTXT_COMREFERENCE_GROUP
IDM_VS_CTXT_DEPENDENCY_TRANSITIVE_ITEM
IDM_VS_CTXT_DEPENDENCYTARGET
IDM_VS_CTXT_FOLDERNODE

The ID of the context menu of the folder node.

IDM_VS_CTXT_FRAMEWORKREFERENCE
IDM_VS_CTXT_FRAMEWORKREFERENCE_GROUP
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_PACKAGEREFERENCE
IDM_VS_CTXT_PACKAGEREFERENCE_GROUP
IDM_VS_CTXT_PEEKRESULT
IDM_VS_CTXT_PROJECTREFERENCE
IDM_VS_CTXT_PROJECTREFERENCE_GROUP
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_REFERENCE_GROUP
IDM_VS_CTXT_REFERENCEROOT

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

IDM_VS_CTXT_SDKREFERENCE
IDM_VS_CTXT_SDKREFERENCE_GROUP
IDM_VS_CTXT_SHAREDPROJECTREFERENCE
IDM_VS_CTXT_TRANSITIVE_ASSEMBLY_REFERENCE
IDM_VS_CTXT_TRANSITIVE_PACKAGE_REFERENCE
IDM_VS_CTXT_TRANSITIVE_PROJECT_REFERENCE
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(Guid, UInt32, UInt32, IntPtr, IntPtr).

Applies to