| title |
Groups Element |
| description |
The Groups element contains entries that define the command groups of a VSPackage. This article includes an example. |
| ms.date |
11/04/2016 |
| ms.topic |
reference |
| helpviewer_keywords |
VSCT XML schema elements, Groups |
Groups element (VSCT XML schema) |
|
| author |
tinaschrepfer |
| ms.author |
tinali |
| ms.subservice |
extensibility-integration |
Contains entries that define the command groups of a VSPackage.
<Groups>
<Group>... </Group>
<Group>... </Group>
</Groups>
The following sections describe attributes, child elements, and parent elements.
| Element |
Description |
| Group element |
Represents a single command group. |
| Groups element |
Contains entries that define the command groups of a VSPackage. |
| Element |
Description |
| Commands element |
Represents the collection of commands on the VSPackage toolbar. |
<Groups>
<Group guid="cmdSetGuidWidgetCommands" id="groupIDFileEdit">
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_MAINMENU"/>
</Group>
</Groups>