Book Info
Code DownloadBuy the Book
Frequently Asked Questions
Sample Hacks
Table of Contents
More...
Errata
Written by: James Avery at 2/29/2008 9:51:38 PM
[406] 2nd code snippet;
EnvDTE.TextDocument textDoc =
(EnvDTE.TextDocument)applicationObject.ActiveDocument.Object("TextDocument");
should be inserted before the line:
string selectedText = textDoc.Selection.Text;
blog comments powered by Disqus
Copyright © 2005-2008 Infozerk Inc. All rights reserved. an infozerk project