C# Класс Microsoft.VisualStudio.Text.Editor.KeyProcessor

Processes the keyboard input of the editor.
Export this functionality by using the IKeyProcessorProvider.
Показать файл Открыть проект

Открытые методы

Метод Описание
FlagsChanged ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void

Handles the FlagsChanged event.

KeyDown ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void

Handles the KeyDown event.

KeyUp ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void

Handles the KeyUp event.

Описание методов

FlagsChanged() публичный Метод

Handles the FlagsChanged event.
public FlagsChanged ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void
e Microsoft.VisualStudio.Text.Editor.KeyEventArgs /// Event arguments that describe the event. ///
Результат void

KeyDown() публичный Метод

Handles the KeyDown event.
public KeyDown ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void
e Microsoft.VisualStudio.Text.Editor.KeyEventArgs /// Event arguments that describe the event. ///
Результат void

KeyUp() публичный Метод

Handles the KeyUp event.
public KeyUp ( Microsoft.VisualStudio.Text.Editor.KeyEventArgs e ) : void
e Microsoft.VisualStudio.Text.Editor.KeyEventArgs /// Event arguments that describe the event. ///
Результат void