QueryCloseResult Enum

Definition

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

FoundAndClosed 0

The document was found and the close operation completed successfully.

NotFound 2

The document could not be found and was not closed.

SaveCancelled 1

The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained open.

Applies to