Freigeben über


_dispTextDocumentKeyPressEvents.AfterKeyPress-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 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
)

Parameter

  • Keypress
    Typ: String

     

  • Selection
    Typ: TextSelection

     

  • InStatementCompletion
    Typ: Boolean

     

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispTextDocumentKeyPressEvents Schnittstelle

EnvDTE80-Namespace