Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.2 KB

ide-defined-commands-menus-and-groups.md

File metadata and controls

48 lines (34 loc) · 2.2 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
IDE-Defined Commands, Menus, and Groups
Learn about the menus, commands, and command groups, that are defined in the Visual Studio integrated development environment (IDE).
11/04/2016
conceptual
commands, environment-defined
.vsct files, environment-defined constants
command groups, environment-defined
maiak
maiak
mijacobs
extensibility-integration

IDE-Defined Commands, Menus, and Groups

Many menus, commands and command groups are already defined for use by the Visual Studio IDE. These commands are also available for your use when you extend Visual Studio.

Finding Environment-Defined Commands

The environment commands are defined in a set of four .vsct files:

  • SharedCmdDef.vsct

  • SharedCmdPlace.vsct

  • ShellCmdDef.vsct

  • ShellCmdPlace.vsct

    These files are located in <Visual Studio SDK installation path>\VisualStudioIntegration\Common\Inc\. These files provide the definitions and GUIDs of the menus and groups that you can use in the command table configuration (.vsct) file of your VSPackage as containers for your own menus, groups, and commands.

In This Section

Gives the GUID and ID values of menus on the Visual Studio menu bar, and of the groups they contain.

Gives the GUID and ID values of toolbars in the Visual Studio IDE, and of the groups they contain.

Gives the GUID and ID values of commands defined by the Visual Studio IDE.

Related content