Share via


DynamicCommandAnchorConfiguration Class

Definition

Base configuration of a VisualStudio.Extensibility Command.

public sealed class DynamicCommandAnchorConfiguration : Microsoft.VisualStudio.Extensibility.Commands.BaseCommandConfiguration, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.DynamicCommandAnchorConfiguration>
type DynamicCommandAnchorConfiguration = class
    inherit BaseCommandConfiguration
    interface IEquatable<DynamicCommandAnchorConfiguration>
Public NotInheritable Class DynamicCommandAnchorConfiguration
Inherits BaseCommandConfiguration
Implements IEquatable(Of DynamicCommandAnchorConfiguration)
Inheritance
DynamicCommandAnchorConfiguration
Implements

Constructors

DynamicCommandAnchorConfiguration(String)

Initializes a new instance of the DynamicCommandAnchorConfiguration class.

Properties

ClientContexts

Gets or sets the client context categories requested by the command.

(Inherited from BaseCommandConfiguration)
DisplayName

Gets the initial command display name.

(Inherited from BaseControlConfiguration)
Placements

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

(Inherited from BaseControlConfiguration)

Methods

Equals(BaseCommandConfiguration) (Inherited from BaseCommandConfiguration)
Equals(BaseControlConfiguration) (Inherited from BaseControlConfiguration)
Equals(DynamicCommandAnchorConfiguration)

Indicates whether the current object is equal to another object of the same type.

Equals(Object) (Inherited from BaseCommandConfiguration)
GetHashCode() (Inherited from BaseCommandConfiguration)

Applies to