Compartir a través de


_dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress (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 BeforeKeyPress ( _
    A_1 As String, _
    A_2 As TextSelection, _
    A_3 As Boolean, _
    ByRef A_4 As Boolean _
)
public virtual void BeforeKeyPress(
    string A_1,
    TextSelection A_2,
    bool A_3,
    ref bool A_4
)
public:
virtual void BeforeKeyPress(
    String^ A_1, 
    TextSelection^ A_2, 
    bool A_3, 
    bool% A_4
)
abstract BeforeKeyPress : 
        A_1:string * 
        A_2:TextSelection * 
        A_3:bool * 
        A_4:bool byref -> unit  
override BeforeKeyPress : 
        A_1:string * 
        A_2:TextSelection * 
        A_3:bool * 
        A_4:bool byref -> unit
public function BeforeKeyPress(
    A_1 : String, 
    A_2 : TextSelection, 
    A_3 : boolean, 
    A_4 : boolean
)

Parámetros

  • A_1
    Tipo: String

     

  • A_2
    Tipo: TextSelection

     

  • A_3
    Tipo: Boolean

     

  • A_4
    Tipo: Boolean%

     

Implementaciones

_dispTextDocumentKeyPressEvents.BeforeKeyPress(String, TextSelection, Boolean, Boolean%)

Seguridad de .NET Framework

Vea también

Referencia

_dispTextDocumentKeyPressEvents_SinkHelper Clase

EnvDTE80 (Espacio de nombres)