Partager via


IIntellisenseCommandTarget.ExecuteKeyboardCommand, méthode

Exécute une commande de clavier initialisée par l'utilisateur.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Function ExecuteKeyboardCommand ( _
    command As IntellisenseKeyboardCommand _
) As Boolean
bool ExecuteKeyboardCommand(
    IntellisenseKeyboardCommand command
)
bool ExecuteKeyboardCommand(
    IntellisenseKeyboardCommand command
)
abstract ExecuteKeyboardCommand : 
        command:IntellisenseKeyboardCommand -> bool
function ExecuteKeyboardCommand(
    command : IntellisenseKeyboardCommand
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si la commande a été gérée ; sinon, false.

Notes

Les commandes de clavier sont normalement gérées par la vue sous-jacente, mais les présentateurs d'Intellisense peuvent parcourir dans la chaîne de commande- gestion commande-gestion afin de gérer certaines commandes de clavier.

Sécurité .NET Framework

Voir aussi

Référence

IIntellisenseCommandTarget Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms