Freigeben über


_dispTextDocumentKeyPressEvents.BeforeKeyPress-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Sub BeforeKeyPress ( _
    Keypress As String, _
    Selection As TextSelection, _
    InStatementCompletion As Boolean, _
    ByRef CancelKeypress As Boolean _
)
void BeforeKeyPress(
    string Keypress,
    TextSelection Selection,
    bool InStatementCompletion,
    ref bool CancelKeypress
)
void BeforeKeyPress(
    String^ Keypress, 
    TextSelection^ Selection, 
    bool InStatementCompletion, 
    bool% CancelKeypress
)
abstract BeforeKeyPress : 
        Keypress:string * 
        Selection:TextSelection * 
        InStatementCompletion:bool * 
        CancelKeypress:bool byref -> unit 
function BeforeKeyPress(
    Keypress : String, 
    Selection : TextSelection, 
    InStatementCompletion : boolean, 
    CancelKeypress : boolean
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispTextDocumentKeyPressEvents Schnittstelle

EnvDTE80-Namespace