Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
GotoDefn ( ) : void | ||
GotoRef ( ) : void | ||
KeyBindingCommandFilter ( IWpfTextView wpfTextView, System.IServiceProvider serviceProvider, TextViewModel textViewModel ) : Microsoft.VisualStudio.OLE.Interop | ||
NavigateTo ( ITextSnapshot snapshot, int pos ) : void | ||
OnGoToBrace ( ) : void | ||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Method | Description | |
---|---|---|
AddCommandFilter ( IVsTextView viewAdapter ) : void |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public KeyBindingCommandFilter ( IWpfTextView wpfTextView, System.IServiceProvider serviceProvider, TextViewModel textViewModel ) : Microsoft.VisualStudio.OLE.Interop | ||
wpfTextView | IWpfTextView | |
serviceProvider | System.IServiceProvider | |
textViewModel | TextViewModel | |
return | Microsoft.VisualStudio.OLE.Interop |
public NavigateTo ( ITextSnapshot snapshot, int pos ) : void | ||
snapshot | ITextSnapshot | |
pos | int | |
return | void |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |