Method | Description | |
---|---|---|
Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int | ||
FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System | ||
QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int |
Method | Description | |
---|---|---|
FormatSelection ( ) : void | ||
FormatSpan ( int start, int length ) : void |
public Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int | ||
pguidCmdGroup | Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | IntPtr | |
pvaOut | IntPtr | |
return | int |
public FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System | ||
textViewAdapter | IVsTextView | |
textView | ITextView | |
return | System |
public QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int | ||
pguidCmdGroup | Guid | |
cCmds | uint | |
prgCmds | Array | |
pCmdText | IntPtr | |
return | int |