_dispTextDocumentKeyPressEvents.AfterKeyPress Method

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
Sub AfterKeyPress ( _
    Keypress As String, _
    Selection As TextSelection, _
    InStatementCompletion As Boolean _
)
void AfterKeyPress(
    string Keypress,
    TextSelection Selection,
    bool InStatementCompletion
)
void AfterKeyPress(
    String^ Keypress, 
    TextSelection^ Selection, 
    bool InStatementCompletion
)
abstract AfterKeyPress : 
        Keypress:string * 
        Selection:TextSelection * 
        InStatementCompletion:bool -> unit 
function AfterKeyPress(
    Keypress : String, 
    Selection : TextSelection, 
    InStatementCompletion : boolean
)

Parameters

.NET Framework Security

See Also

Reference

_dispTextDocumentKeyPressEvents Interface

EnvDTE80 Namespace