ContainerChild Constructors 
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
| ContainerChild(CommandGroupConfiguration) | Initializes a new instance of the ContainerChild class. | 
| ContainerChild(String) | Initializes a new instance of the ContainerChild class. | 
ContainerChild(CommandGroupConfiguration)
Initializes a new instance of the ContainerChild class.
protected ContainerChild(Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration group);new Microsoft.VisualStudio.Extensibility.Commands.ContainerChild : Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration -> Microsoft.VisualStudio.Extensibility.Commands.ContainerChildProtected Sub New (group As CommandGroupConfiguration)Parameters
The group that is being parented to the container.
Applies to
ContainerChild(String)
Initializes a new instance of the ContainerChild class.
protected ContainerChild(string childIdentifier);new Microsoft.VisualStudio.Extensibility.Commands.ContainerChild : string -> Microsoft.VisualStudio.Extensibility.Commands.ContainerChildProtected Sub New (childIdentifier As String)Parameters
- childIdentifier
- String
The identifier of the item to be parented to the container.