C# Class NuGetConsole.Implementation.Console.WpfConsoleKeyProcessor

Inheritance: OleCommandFilter
显示文件 Open project: monoman/NugetCracker

Private Properties

Property Type Description
CompletionSession_Dismissed void
ExecuteCommand void
GetVsKeyInfo VsKeyInfo
InternalExec int
IsCommitChar bool
PasteText void
ReplaceTabExpansion void
TriggerCompletion void

Public Methods

Method Description
WpfConsoleKeyProcessor ( WpfConsole wpfConsole ) : System

Private Methods

Method Description
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

Method Details

WpfConsoleKeyProcessor() public method

public WpfConsoleKeyProcessor ( WpfConsole wpfConsole ) : System
wpfConsole WpfConsole
return System