tagVSQueryEditResult Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration specifies values returned from the QueryEditFiles(UInt32, Int32, String[], UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32) method indicating whether a file editing session was successfully completed or canceled.
public enum class tagVSQueryEditResultpublic enum class tagVSQueryEditResultenum tagVSQueryEditResultpublic enum tagVSQueryEditResulttype tagVSQueryEditResult = Public Enum tagVSQueryEditResult- Inheritance
- 
				tagVSQueryEditResult
Fields
| Name | Value | Description | 
|---|---|---|
| QER_EditOK | 0 | Edit is allowed. | 
| QER_EditNotOK | 1 | Edit has been disallowed. | 
| QER_NoEdit_UserCanceled | 1 | Edit has been disallowed. Edit was cancelled by the user. | 
Remarks
These values are not bit flags. The effect of returning QER_NoEdit_UserCanceled or QER_EditNotOK is essentially the same: the edit process cannot proceed.