Classe KeyProcessor
Elabora l'input della tastiera dell'editor.
Gerarchia di ereditarietà
Object
Microsoft.VisualStudio.Text.Editor.KeyProcessor
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Public MustInherit Class KeyProcessor
public abstract class KeyProcessor
public ref class KeyProcessor abstract
[<AbstractClass>]
type KeyProcessor = class end
public abstract class KeyProcessor
Il tipo KeyProcessor espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
KeyProcessor | inizializza una nuova istanza di KeyProcessor. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
IsInterestedInHandledEvents | Determina se questo processore deve essere chiamato per gli eventi che sono stati gestiti da in precedenza KeyProcessor oggetti. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
KeyDown | Gestisce l'evento KeyDown. | |
KeyUp | Gestisce l'evento KeyUp. | |
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
PreviewKeyDown | Gestisce l'evento PreviewKeyDown. | |
PreviewKeyUp | Gestisce l'evento PreviewKeyUp. | |
PreviewTextInput | Gestisce l'evento PreviewTextInput. | |
PreviewTextInputStart | Gestisce l'evento PreviewTextInputStart. | |
PreviewTextInputUpdate | Gestisce l'evento PreviewTextInputUpdate. | |
TextInput | Gestisce l'evento textinput. | |
TextInputStart | Gestisce l'evento TextInputStart. | |
TextInputUpdate | Gestisce l'evento TextInputUpdate. | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Note
Esportare questa funzionalità utilizzando IKeyProcessorProvider.
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.