Classe KeyProcessor
Processa a entrada de teclado do editor.
Hierarquia de herança
Object
Microsoft.VisualStudio.Text.Editor.KeyProcessor
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintaxe
'Declaração
Public MustInherit Class KeyProcessor
public abstract class KeyProcessor
public ref class KeyProcessor abstract
[<AbstractClass>]
type KeyProcessor = class end
public abstract class KeyProcessor
O tipo KeyProcessor expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
KeyProcessor | Inicializa uma nova instância de KeyProcessor. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
IsInterestedInHandledEvents | Determina se este processador deve ser chamado para eventos que foram tratados pelo anteriores KeyProcessor objetos. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
KeyDown | Manipula o evento KeyDown. | |
KeyUp | Manipula o evento KeyUp. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
PreviewKeyDown | Manipula o evento PreviewKeyDown. | |
PreviewKeyUp | Manipula o evento PreviewKeyUp. | |
PreviewTextInput | Manipula o evento PreviewTextInput. | |
PreviewTextInputStart | Manipula o evento PreviewTextInputStart. | |
PreviewTextInputUpdate | Manipula o evento PreviewTextInputUpdate. | |
TextInput | Manipula o evento TextInput. | |
TextInputStart | Manipula o evento TextInputStart. | |
TextInputUpdate | Manipula o evento TextInputUpdate. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Exportar essa funcionalidade, usando o IKeyProcessorProvider.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.