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)

public enum tagVSQueryEditResult

Member nameDescription
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.

Return to top
Show: