Compartir a través de


_dispTextDocumentKeyPressEvents_SinkHelper.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
Public Overridable Sub AfterKeyPress ( _
    A_1 As String, _
    A_2 As TextSelection, _
    A_3 As Boolean _
)
public virtual void AfterKeyPress(
    string A_1,
    TextSelection A_2,
    bool A_3
)
public:
virtual void AfterKeyPress(
    String^ A_1, 
    TextSelection^ A_2, 
    bool A_3
)
abstract AfterKeyPress : 
        A_1:string * 
        A_2:TextSelection * 
        A_3:bool -> unit  
override AfterKeyPress : 
        A_1:string * 
        A_2:TextSelection * 
        A_3:bool -> unit
public function AfterKeyPress(
    A_1 : String, 
    A_2 : TextSelection, 
    A_3 : boolean
)

Parámetros

  • A_1
    Tipo: String

     

  • A_2
    Tipo: TextSelection

     

  • A_3
    Tipo: Boolean

     

Implementaciones

_dispTextDocumentKeyPressEvents.AfterKeyPress(String, TextSelection, Boolean)

Seguridad de .NET Framework

Vea también

Referencia

_dispTextDocumentKeyPressEvents_SinkHelper Clase

EnvDTE80 (Espacio de nombres)