Condividi tramite


Proprietà Events2.TextDocumentKeyPressEvents

Ottiene un oggetto evento che è possibile utilizzare per trovare eventi di pressione di tasti all'interno di un editor di testo.

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

Sintassi

'Dichiarazione
ReadOnly Property TextDocumentKeyPressEvents ( _
    TextDocument As TextDocument _
) As TextDocumentKeyPressEvents
TextDocumentKeyPressEvents this[
    TextDocument TextDocument
] { get; }
property TextDocumentKeyPressEvents^ TextDocumentKeyPressEvents[[InAttribute] TextDocument^ TextDocument] {
    TextDocumentKeyPressEvents^ get ([InAttribute] TextDocument^ TextDocument);
}
abstract TextDocumentKeyPressEvents : 
        TextDocument:TextDocument -> TextDocumentKeyPressEvents with get
JScript non supporta le proprietà indicizzate.

Parametri

  • TextDocument
    Tipo: TextDocument

    Facoltativa. Oggetto TextDocument utilizzabile come origine per gli eventi.

Valore proprietà

Tipo: EnvDTE80.TextDocumentKeyPressEvents
Oggetto TextDocumentKeyPressEvents.

Note

Questo evento si verifica solo quando vengono premuti tasti carattere stampabili, non per tutti i tasti premuti sulla tastiera. I tasti di direzione e i tasti funzione, ad esempio, non generano questo evento.

Se è necessario acquisire pressioni di tasti non carattere, l'evento System.Windows.Forms.Control.KeyPress genera gli eventi System.Windows.Forms.Control.KeyDown e System.Windows.Forms.Control.KeyUp.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Events2 Interfaccia

Spazio dei nomi EnvDTE80