QueryCloseResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the results of the query and close operation.
public enum class QueryCloseResult
public enum class QueryCloseResult
enum QueryCloseResult
public enum QueryCloseResult
type QueryCloseResult =
Public Enum QueryCloseResult
- Inheritance
-
QueryCloseResult
Fields
Name | Value | Description |
---|---|---|
FoundAndClosed | 0 | The document was found and the close operation completed successfully. |
SaveCancelled | 1 | The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained open. |
NotFound | 2 | The document could not be found and was not closed. |