Share via


BaseControlConfiguration Class

Definition

Base configuration of a VisualStudio.Extensibility Command.

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

Constructors

BaseControlConfiguration(String)

Initializes a new instance of the BaseControlConfiguration class.

Properties

DisplayName

Gets the initial command display name.

Placements

Gets or sets where the command should be placed in the IDE.

Methods

Equals(BaseControlConfiguration)

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.

Applies to