Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies file save options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VSSAVEFLAGS
'Usage
Dim instance As VSSAVEFLAGS
[FlagsAttribute]
public enum VSSAVEFLAGS
[FlagsAttribute]
public enum class VSSAVEFLAGS
public enum VSSAVEFLAGS
Members
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_SilentSave | Saves the file without prompting for a name or confirmation. | |
VSSAVE_SaveCopyAs | Saves a copy of the file with a name specified by the user when prompted. |
Remarks
Currently there are no UI actions that cause VSSAVE_SaveAs and VSSAVE_SilentSave flags to be passed. VSSAVE_SilentSave flag is passed when the document is saved through a call from the DTE automation model.
COM Signature
From vsshell.idl: