tagVSQueryEditResult Enumeration

This enumeration specifies values returned from the QueryEditFiles method indicating whether a file editing session was successfully completed or canceled.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration tagVSQueryEditResult
public enum tagVSQueryEditResult
public enum class tagVSQueryEditResult
type tagVSQueryEditResult
public enum tagVSQueryEditResult

Members

Member name Description
QER_EditOK Edit is allowed.
QER_NoEdit_UserCanceled Edit has been disallowed. Edit was cancelled by the user.
QER_EditNotOK Edit has been disallowed.

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace