다음을 통해 공유


tagVSQuerySaveResult Enumeration

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

‘선언
Public Enumeration tagVSQuerySaveResult
‘사용 방법
Dim instance As 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace