Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_EditNotOK | Edit has been disallowed. | |
| QER_EditOK | Edit is allowed. | |
| QER_NoEdit_UserCanceled | 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.