C# Класс NuGetConsole.Implementation.Console.WpfConsoleKeyProcessor

Наследование: OleCommandFilter
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CompletionSession_Dismissed void
ExecuteCommand void
GetVsKeyInfo VsKeyInfo
InternalExec int
IsCommitChar bool
PasteText void
ReplaceTabExpansion void
TriggerCompletion void

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

Метод Описание
WpfConsoleKeyProcessor ( WpfConsole wpfConsole ) : System

Приватные методы

Метод Описание
CompletionSession_Dismissed ( object sender, EventArgs e ) : void
ExecuteCommand ( Microsoft.VisualStudio.VSConstants idCommand, object args = null ) : void

Manually execute a command on the OldChain (so this filter won't participate in the command filtering).

GetVsKeyInfo ( IntPtr pvaIn, Microsoft.VisualStudio.VSConstants commandID ) : VsKeyInfo
InternalExec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
IsCommitChar ( char c ) : bool
PasteText ( int &hr ) : void
ReplaceTabExpansion ( int lastWordIndex, int length, string expansion ) : void
TriggerCompletion ( ) : void

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

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

public WpfConsoleKeyProcessor ( WpfConsole wpfConsole ) : System
wpfConsole WpfConsole
Результат System