Metodo _dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_dispTextDocumentKeyPressEvents_SinkHelper Classe

Spazio dei nomi EnvDTE80