ContainerChild Class

Definition

An instance of a control on a control container.

public abstract class ContainerChild : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.ContainerChild>
type ContainerChild = class
    interface IEquatable<ContainerChild>
Public MustInherit Class ContainerChild
Implements IEquatable(Of ContainerChild)
Inheritance
ContainerChild
Derived
Implements

Constructors

ContainerChild(CommandGroupConfiguration)

Initializes a new instance of the ContainerChild class.

ContainerChild(String)

Initializes a new instance of the ContainerChild class.

Properties

ChildIdentifier

Gets the identifier of the child item.

CommandGroupConfiguration

Gets the group that represents the child item.

IsSeparator

Gets or sets a value indicating whether gets whether or not this child item is a separator between two groups.

Methods

Equals(ContainerChild)

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.

GetSeparatorId(String)

Gets the id of the separator.

Applies to