Method | Description | |
---|---|---|
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
Visual64TassCommandTarget ( IWpfTextView wpfTextView, IVsTextView textViewAdapter ) : System |
Method | Description | |
---|---|---|
CommentSelection ( ) : void | ||
FormatCode ( ) : void | ||
FormatLine ( |
||
FormatLine ( ) : void | ||
PadToColumn ( StringBuilder line, int column ) : StringBuilder | ||
RunSelectionAction ( Func |
||
SetCaret ( ) : void | ||
UncommentSelection ( ) : void |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |
public Visual64TassCommandTarget ( IWpfTextView wpfTextView, IVsTextView textViewAdapter ) : System | ||
wpfTextView | IWpfTextView | |
textViewAdapter | IVsTextView | |
return | System |