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.
This enumeration specifies values that can be returned from the QuerySaveFile method and the QuerySaveFiles method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration tagVSQuerySaveResult
public enum tagVSQuerySaveResult
public enum class tagVSQuerySaveResult
type tagVSQuerySaveResult
public enum tagVSQuerySaveResult
Members
Member name | Description | |
---|---|---|
QSR_SaveOK | The file can be saved. | |
QSR_NoSave_UserCanceled | The file cannot be saved. User pressed the Cancel button. | |
QSR_NoSave_Cancel | The file cannot be saved. User cancelled the Save. | |
QSR_ForceSaveAs | The file cannot be saved using the original file name. The Save As command must be used. | |
QSR_NoSave_Continue | The file cannot be saved, but other files in the batch can be processed. | |
QSR_NoSave_NoisyPromptRequired | The file cannot be saved because user intervention is required; however, silent mode has been requested. |
Remarks
These values are not bit flags.
The QSR_NoSave_UserCanceled and QSR_NoSave_Cancel flags are synonymous.