CommandBindingDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |