Share via


IIntellisenseCommandTarget.ExecuteKeyboardCommand Method

Definition

Executes a user-initiated keyboard command.

public:
 bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
public:
 bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
public bool ExecuteKeyboardCommand (Microsoft.VisualStudio.Language.Intellisense.IntellisenseKeyboardCommand command);
abstract member ExecuteKeyboardCommand : Microsoft.VisualStudio.Language.Intellisense.IntellisenseKeyboardCommand -> bool
Public Function ExecuteKeyboardCommand (command As IntellisenseKeyboardCommand) As Boolean

Parameters

command
IntellisenseKeyboardCommand

The keyboard command to execute.

Returns

true if the command was handled, false otherwise.

Remarks

Keyboard commands are normally handled by the underlying view, but IntelliSense presenters may intercede in the command-handling chain in order to handle certain keyboard commands.

Applies to