CommandGroupConfiguration 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
CommandGroupConfiguration() |
Initializes a new instance of the CommandGroupConfiguration class. |
CommandGroupConfiguration(GroupPlacement[]) |
Initializes a new instance of the CommandGroupConfiguration class. |
CommandGroupConfiguration()
Initializes a new instance of the CommandGroupConfiguration class.
public CommandGroupConfiguration ();
Public Sub New ()
Applies to
CommandGroupConfiguration(GroupPlacement[])
Initializes a new instance of the CommandGroupConfiguration class.
public CommandGroupConfiguration (params Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement[] placements);
new Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration : Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement[] -> Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration
Public Sub New (ParamArray placements As GroupPlacement())
Parameters
- placements
- GroupPlacement[]
The control containers that this group should be parented to.