IIntellisenseCommandTarget::ExecuteKeyboardCommand Method (IntellisenseKeyboardCommand)

 

Executes a user-initiated keyboard command.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool ExecuteKeyboardCommand(
	IntellisenseKeyboardCommand command
)

Return Value

Type: System::Boolean

true if the command was handled, false otherwise.

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.

Return to top
Show: