ToolCommandBinding Constructors

Definition

Overloads

ToolCommandBinding()
ToolCommandBinding(ToolCommand)
ToolCommandBinding(ToolCommand, ExecutedToolEventHandler)
ToolCommandBinding(ToolCommand, ExecutedToolEventHandler, CanExecuteToolEventHandler)

ToolCommandBinding()

public:
 ToolCommandBinding();
public ToolCommandBinding ();
Public Sub New ()

Applies to

ToolCommandBinding(ToolCommand)

public:
 ToolCommandBinding(Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ToolCommand ^ command);
public ToolCommandBinding (Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand command);
new Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding : Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand -> Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding
Public Sub New (command As ToolCommand)

Parameters

command
ToolCommand

Applies to

ToolCommandBinding(ToolCommand, ExecutedToolEventHandler)

public:
 ToolCommandBinding(Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ToolCommand ^ command, Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ExecutedToolEventHandler ^ executedToolEventHandler);
public ToolCommandBinding (Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand command, Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ExecutedToolEventHandler executedToolEventHandler);
new Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding : Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand * Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ExecutedToolEventHandler -> Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding
Public Sub New (command As ToolCommand, executedToolEventHandler As ExecutedToolEventHandler)

Parameters

command
ToolCommand
executedToolEventHandler
ExecutedToolEventHandler

Applies to

ToolCommandBinding(ToolCommand, ExecutedToolEventHandler, CanExecuteToolEventHandler)

public:
 ToolCommandBinding(Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ToolCommand ^ command, Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ExecutedToolEventHandler ^ executedToolEventHandler, Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::CanExecuteToolEventHandler ^ canExecuteToolEventHandler);
public ToolCommandBinding (Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand command, Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ExecutedToolEventHandler executedToolEventHandler, Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.CanExecuteToolEventHandler canExecuteToolEventHandler);
new Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding : Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommand * Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ExecutedToolEventHandler * Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.CanExecuteToolEventHandler -> Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ToolCommandBinding
Public Sub New (command As ToolCommand, executedToolEventHandler As ExecutedToolEventHandler, canExecuteToolEventHandler As CanExecuteToolEventHandler)

Parameters

command
ToolCommand
executedToolEventHandler
ExecutedToolEventHandler
canExecuteToolEventHandler
CanExecuteToolEventHandler

Applies to