Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Defines a custom handler of keyboard events
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaración
Public Interface ICustomKeyboardHandler
public interface ICustomKeyboardHandler
public interface class ICustomKeyboardHandler
type ICustomKeyboardHandler = interface end
public interface ICustomKeyboardHandler
The ICustomKeyboardHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
CaptureKeyboard | Notifies the handler that it may start capturing keyboard events. |
![]() |
ReleaseKeyboard | Notifies the handler that it should stop capturing keyboard events. |
Top
.gif)