Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines a custom handler of keyboard events
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Déclaration
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)