Condividi tramite


BaseCommandConfiguration Class

Definition

Base configuration of a VisualStudio.Extensibility Command.

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

Constructors

BaseCommandConfiguration(String)

Initializes a new instance of the BaseCommandConfiguration class.

Properties

ClientContexts

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

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)

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

Equals(BaseControlConfiguration) (Inherited from BaseControlConfiguration)
Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to