IIntellisenseCommandTarget.ExecuteKeyboardCommand Method     
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.
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 -> boolPublic Function ExecuteKeyboardCommand (command As IntellisenseKeyboardCommand) As BooleanParameters
- 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.