_dispTextDocumentKeyPressEvents Interface
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
<GuidAttribute("4B57C85E-5100-4CAF-9301-4544B85C7945")> _
<InterfaceTypeAttribute()> _
Public Interface _dispTextDocumentKeyPressEvents
[GuidAttribute("4B57C85E-5100-4CAF-9301-4544B85C7945")]
[InterfaceTypeAttribute()]
public interface _dispTextDocumentKeyPressEvents
[GuidAttribute(L"4B57C85E-5100-4CAF-9301-4544B85C7945")]
[InterfaceTypeAttribute()]
public interface class _dispTextDocumentKeyPressEvents
[<GuidAttribute("4B57C85E-5100-4CAF-9301-4544B85C7945")>]
[<InterfaceTypeAttribute()>]
type _dispTextDocumentKeyPressEvents = interface end
public interface _dispTextDocumentKeyPressEvents
The _dispTextDocumentKeyPressEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterKeyPress | Infrastructure. Microsoft Internal Use Only. | |
BeforeKeyPress | Infrastructure. Microsoft Internal Use Only. |
Top