Specifies the results of the query and close operation.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Enumeration QueryCloseResult
public enum QueryCloseResult
public enum class QueryCloseResult
type QueryCloseResult
public enum QueryCloseResult
Members
| Member name | Description | |
|---|---|---|
| FoundAndClosed | The document was found and the close operation completed successfully. | |
| NotFound | The document could not be found and was not closed. | |
| SaveCancelled | The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained open. |