MenuChild.Group Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Group(CommandGroupConfiguration) |
Create an instance of menu child placement for a group. |
Group(GroupChild[]) |
Create an instance of menu child placement for a group. |
Group(CommandGroupConfiguration)
Create an instance of menu child placement for a group.
public static Microsoft.VisualStudio.Extensibility.Commands.MenuChild Group (Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration commandGroupConfiguration);
static member Group : Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration -> Microsoft.VisualStudio.Extensibility.Commands.MenuChild
Public Shared Function Group (commandGroupConfiguration As CommandGroupConfiguration) As MenuChild
Parameters
- commandGroupConfiguration
- CommandGroupConfiguration
The group being parented to the menu.
Returns
The menu child placement for a group.
Applies to
Group(GroupChild[])
Create an instance of menu child placement for a group.
public static Microsoft.VisualStudio.Extensibility.Commands.MenuChild Group (params Microsoft.VisualStudio.Extensibility.Commands.GroupChild[] groupChildren);
static member Group : Microsoft.VisualStudio.Extensibility.Commands.GroupChild[] -> Microsoft.VisualStudio.Extensibility.Commands.MenuChild
Public Shared Function Group (ParamArray groupChildren As GroupChild()) As MenuChild
Parameters
- groupChildren
- GroupChild[]
The set of children to be parented to the group.
Returns
The menu child placement for a group.