Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispTextDocumentKeyPressEvents_Event
[ComVisibleAttribute(false)]
public interface _dispTextDocumentKeyPressEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispTextDocumentKeyPressEvents_Event
[<ComVisibleAttribute(false)>]
type _dispTextDocumentKeyPressEvents_Event = interface end
public interface _dispTextDocumentKeyPressEvents_Event
The _dispTextDocumentKeyPressEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
add_AfterKeyPress | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_BeforeKeyPress | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_AfterKeyPress | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_BeforeKeyPress | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
![]() |
AfterKeyPress | Infrastructure. Microsoft Internal Use Only. |
![]() |
BeforeKeyPress | Infrastructure. Microsoft Internal Use Only. |
Top