all groups > visual studio .net ide > march 2005 >
You're in the

visual studio .net ide

group:

Saving a solution



Saving a solution gwatts NO[at]SPAM phys.washington.edu
3/31/2005 10:25:07 AM
visual studio .net ide: Hi,
I've written an IDE plug-in. One of the things it needs to do is save
the solution (File->SaveAll or right click on the solution in the
solution explorer window and do "save" -- either is fine). I've not
been able to figure out how to do this. Does anyone know? Many thanks!

Cheers,
Gordon.
Re: Saving a solution Carlos J. Quintero [.NET MVP]
4/1/2005 1:18:45 PM
There are several ways, such as:

DTE.ExecuteCommand("File.SaveAll")

or

DTE.ItemOperations.PromptToSave()

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


<gwatts@phys.washington.edu> escribió en el mensaje
news:1112293507.788840.129320@l41g2000cwc.googlegroups.com...
[quoted text, click to view]

AddThis Social Bookmark Button