Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Contains entries that define the command groups of a VSPackage.
Syntax
<Groups>
<Group>... </Group>
<Group>... </Group>
</Groups>
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| Condition | Optional. See Conditional attributes. |
Child elements
| Element | Description |
|---|---|
| Group element | Represents a single command group. |
| Groups element | Contains entries that define the command groups of a VSPackage. |
Parent elements
| Element | Description |
|---|---|
| Commands element | Represents the collection of commands on the VSPackage toolbar. |
Example
<Groups>
<Group guid="cmdSetGuidWidgetCommands" id="groupIDFileEdit">
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_MAINMENU"/>
</Group>
</Groups>