ToolbarChild.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 toolbar child placement for a group. |
Group(GroupChild[]) |
Create an instance of menu child placement for a group. |
Group(CommandGroupConfiguration)
Create an instance of toolbar child placement for a group.
public static Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild Group (Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration commandGroupConfiguration);
static member Group : Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration -> Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild
Public Shared Function Group (commandGroupConfiguration As CommandGroupConfiguration) As ToolbarChild
Parameters
- commandGroupConfiguration
- CommandGroupConfiguration
The group being parented to the toolbar.
Returns
The toolbar 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.ToolbarChild Group (params Microsoft.VisualStudio.Extensibility.Commands.GroupChild[] groupChildren);
static member Group : Microsoft.VisualStudio.Extensibility.Commands.GroupChild[] -> Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild
Public Shared Function Group (ParamArray groupChildren As GroupChild()) As ToolbarChild
Parameters
- groupChildren
- GroupChild[]
The set of children to be parented to the group.
Returns
The menu child placement for a group.