C# 클래스 NuGetConsole.Implementation.Console.WpfConsoleKeyProcessor

상속: OleCommandFilter
파일 보기 프로젝트 열기: monoman/NugetCracker

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