VSSAVEFLAGS Enumeration
Visual Studio 2005
Specifies file save options.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
| Member name | Description | |
|---|---|---|
| VSSAVE_Save | Saves the current file to itself without being prompted for another file name. | |
| VSSAVE_SaveAs | Saves the file to another file specified by the user when prompted. | |
| VSSAVE_SaveCopyAs | Saves a copy of the file with a name specified by the user when prompted. | |
| VSSAVE_SilentSave | Saves the file without prompting for a name or confirmation. |