Condividi tramite


Metodo _dispTextDocumentKeyPressEvents.AfterKeyPress

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_dispTextDocumentKeyPressEvents Interfaccia

Spazio dei nomi EnvDTE80