Share via


CommandBindingDefinition Class

Definition

Defines a command binding.

public ref class CommandBindingDefinition sealed
public sealed class CommandBindingDefinition
type CommandBindingDefinition = class
Public NotInheritable Class CommandBindingDefinition
Inheritance
CommandBindingDefinition

Remarks

Command binding is inherently host specific so actual metadata attributes exported with this class are specific to each host. In Visual Studio you would use Microsoft.VisualStudio.Editor.CommandBindingAttribute.

Constructors

CommandBindingDefinition()

Applies to