Method | Description | |
---|---|---|
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
PasteCommandHandler ( IVsTextView adapter, ITextView textView, DTE2 dte ) : System | ||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Method | Description | |
---|---|---|
FormatSelection ( ) : void | ||
HandlePasteCommand ( System.Guid pguidCmdGroup, uint nCmdID ) : bool | ||
InsertIntoDocument ( EnvDTE doc, string typescriptCode ) : void | ||
ShouldHandleThisCommand ( System.Guid pguidCmdGroup, uint nCmdID ) : bool |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public PasteCommandHandler ( IVsTextView adapter, ITextView textView, DTE2 dte ) : System | ||
adapter | IVsTextView | |
textView | ITextView | |
dte | DTE2 | |
return | System |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |