GroupChild.Menu(MenuConfiguration) 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.
Create an instance of group child placement.
public static Microsoft.VisualStudio.Extensibility.Commands.GroupChild Menu (Microsoft.VisualStudio.Extensibility.Commands.MenuConfiguration childControl);
static member Menu : Microsoft.VisualStudio.Extensibility.Commands.MenuConfiguration -> Microsoft.VisualStudio.Extensibility.Commands.GroupChild
Public Shared Function Menu (childControl As MenuConfiguration) As GroupChild
Parameters
- childControl
- MenuConfiguration
The configuration of the menu to be parented to the group.
Returns
The group child placement.