CommandGroupConfiguration Class
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.
Configuration of a VisualStudio.Extensibility Group.
[Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation]
public sealed class CommandGroupConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.CommandGroupConfiguration>, Microsoft.VisualStudio.Extensibility.IVisualStudioContributionProperty
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
type CommandGroupConfiguration = class
interface IEquatable<CommandGroupConfiguration>
interface IVisualStudioContributionProperty
Public NotInheritable Class CommandGroupConfiguration
Implements IEquatable(Of CommandGroupConfiguration), IVisualStudioContributionProperty
- Inheritance
-
CommandGroupConfiguration
- Attributes
- Implements
Constructors
CommandGroupConfiguration() |
Initializes a new instance of the CommandGroupConfiguration class. |
CommandGroupConfiguration(GroupPlacement[]) |
Initializes a new instance of the CommandGroupConfiguration class. |
Properties
Children |
Gets the set of children that should be parented to this group. |
Id |
Gets an optional identifier used to reference the group from elsewhere. |
Placements |
Gets where the group should be placed in the IDE. |
Methods
Equals(CommandGroupConfiguration) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |