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