[406] 2nd code snippet;
EnvDTE.TextDocument textDoc =
(EnvDTE.TextDocument)applicationObject.ActiveDocument.Object("TextDocument");
should be inserted before the line:
string selectedText = textDoc.Selection.Text;
Errata
Previous post: Book Excepts
Next post: Table of Contents

Comments on this entry are closed.