Share via


QueryCloseResult Enumeration

Specifies the results of the query and close operation.

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

Syntax

‘선언
Public Enumeration QueryCloseResult
public enum QueryCloseResult

Members

Member name Description
FoundAndClosed The document was found and the close operation completed successfully.
SaveCancelled The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained open.
NotFound The document could not be found and was not closed.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace