Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides a way to intercede in the command-handling chain to handle keyboard commands.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface IIntellisenseCommandTarget
public interface IIntellisenseCommandTarget
public interface class IIntellisenseCommandTarget
type IIntellisenseCommandTarget = interface end
public interface IIntellisenseCommandTarget
The IIntellisenseCommandTarget type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ExecuteKeyboardCommand | Executes a user-initiated keyboard command. |
Top
.gif)