예제 #1
0
 protected override bool Execute(VSConstants.VSStd2KCmdID commandId, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
 {
     return(TextView.CommentOrUncommentBlock(comment: false));
 }