tagVSQueryEditResult Enumeration
Visual Studio 2015
This enumeration specifies values returned from the QueryEditFiles method indicating whether a file editing session was successfully completed or canceled.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| QER_EditNotOK | Edit has been disallowed. | |
| QER_EditOK | Edit is allowed. | |
| QER_NoEdit_UserCanceled | Edit has been disallowed. Edit was cancelled by the user. |
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.
Show: