I'm developing an add-in for Visual Studio. With this add-in I'd like
to insert source code to the
the Visual Studio project that is hosting my add-in. How can I access
the editor of the hosting project?
If you are trying to add a new source code file via your add-in try the
following link
http://msdn2.microsoft.com/en-us/library/envdte.projectitems.addfromfile(VS.80).aspx
I believe it is what you are looking for.
HTH
Les@KnowDotNet.com
Try Visual Class Organizer for 30 days free, click
http://www.knowdotnet.com/articles/VisualOrganizerProductHome.html
> I'm developing an add-in for Visual Studio. With this add-in I'd like
> to insert source code to the
> the Visual Studio project that is hosting my add-in. How can I access
> the editor of the hosting project?