IIntellisenseCommandTarget Interface
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
'Dichiarazione
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