Compartir a través de


_dispTextDocumentKeyPressEvents.AfterKeyPress (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
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

  • Keypress
    Tipo: String

     

  • Selection
    Tipo: TextSelection

     

  • InStatementCompletion
    Tipo: Boolean

     

Seguridad de .NET Framework

Vea también

Referencia

_dispTextDocumentKeyPressEvents Interfaz

EnvDTE80 (Espacio de nombres)