ToolbarConfiguration 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 Toolbar.
public sealed class ToolbarConfiguration : Microsoft.VisualStudio.Extensibility.Commands.ControlContainerConfiguration<Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild>, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.ToolbarConfiguration>
type ToolbarConfiguration = class
inherit ControlContainerConfiguration<ToolbarChild>
interface IEquatable<ToolbarConfiguration>
Public NotInheritable Class ToolbarConfiguration
Inherits ControlContainerConfiguration(Of ToolbarChild)
Implements IEquatable(Of ToolbarConfiguration)
- Inheritance
-
ToolbarConfiguration
- Implements
Constructors
ToolbarConfiguration(String) |
Initializes a new instance of the ToolbarConfiguration class. |
Properties
Children |
Gets the set of children that should be parented to this container. (Inherited from ControlContainerConfiguration<T>) |
DisplayName |
Gets the initial container's display name. (Inherited from ControlContainerConfiguration) |
Id |
Gets an optional identifier used to reference the container from elsewhere. (Inherited from ControlContainerConfiguration) |
Placements |
Gets where the container should be placed in the IDE. (Inherited from ControlContainerConfiguration) |
TooltipText |
Gets the container's tooltip text. If left |
Type |
Gets the type of the control container. |
Methods
Equals(ControlContainerConfiguration) | (Inherited from ControlContainerConfiguration) |
Equals(ControlContainerConfiguration<T>) | (Inherited from ControlContainerConfiguration<T>) |
Equals(Object) | Determines whether the specified object is equal to the current object. |
Equals(ToolbarConfiguration) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |