ControlContainerConfiguration 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 ControlContainer.
[Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation]
public abstract class ControlContainerConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.ControlContainerConfiguration>, Microsoft.VisualStudio.Extensibility.IVisualStudioContributionProperty
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
type ControlContainerConfiguration = class
interface IEquatable<ControlContainerConfiguration>
interface IVisualStudioContributionProperty
Public MustInherit Class ControlContainerConfiguration
Implements IEquatable(Of ControlContainerConfiguration), IVisualStudioContributionProperty
- Inheritance
-
ControlContainerConfiguration
- Derived
- Attributes
- Implements
Constructors
ControlContainerConfiguration(String) |
Initializes a new instance of the ControlContainerConfiguration class. |
Properties
DisplayName |
Gets the initial container's display name. |
Id |
Gets an optional identifier used to reference the container from elsewhere. |
Placements |
Gets where the container should be placed in the IDE. |
TooltipText |
Gets the container's tooltip text. If left |
Type |
Gets the type of the control container. |
Methods
Equals(ControlContainerConfiguration) | 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. |