ControlContainerConfiguration<T> 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<T> : Microsoft.VisualStudio.Extensibility.Commands.ControlContainerConfiguration, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.ControlContainerConfiguration<T>> where T : ContainerChild
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
type ControlContainerConfiguration<'T (requires 'T :> ContainerChild)> = class
inherit ControlContainerConfiguration
interface IEquatable<ControlContainerConfiguration<'T>>
interface IVisualStudioContributionProperty
Public MustInherit Class ControlContainerConfiguration(Of T)
Inherits ControlContainerConfiguration
Implements IEquatable(Of ControlContainerConfiguration(Of T))
Type Parameters
- T
The type of control container's children.
- Inheritance
- Derived
- Attributes
- Implements
Constructors
ControlContainerConfiguration<T>(String) |
Initializes a new instance of the ControlContainerConfiguration<T> class. |
Properties
Children |
Gets the set of children that should be parented to this container. |
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. (Inherited from ControlContainerConfiguration) |
Methods
Equals(ControlContainerConfiguration) | (Inherited from ControlContainerConfiguration) |
Equals(ControlContainerConfiguration<T>) | 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. |