Método _dispTextDocumentKeyPressEvents.AfterKeyPress

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

_dispTextDocumentKeyPressEvents Interface

Namespace EnvDTE80