Hi Bill,
Maybe your plug-in should use the automation model to modify the file inside
the IDE, are you actually modifying it outside it? If so, there is no reload
method in the automation model but there are Close methods in the
EnvDTE.Window and EnvDTE.Document classes (with a parameter to save/discard
changes) and a ProjectItem.Open(view) method which returns an EnvDTE.Window
which you have to set to Visible = True. My MZ-Tools add-in (below) has a
Reload Document feature so it can be done...

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi,
>
[quoted text clipped - 12 lines]
> Thank you,
> Bill
Bill O'Neill - 21 Jun 2006 12:49 GMT
Thank you Carlos. That will work for what I need.
I love your site. There's a lot of great tools there!
Take care,
Bill
> Hi Bill,
>
[quoted text clipped - 22 lines]
>> Thank you,
>> Bill