Book Info

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