Share via


EditResult Enum

Definition

Result of an edit operation.

public enum EditResult
type EditResult = 
Public Enum EditResult
Inheritance
EditResult

Fields

Name Value Description
Success 0

Operation completed successfully.

DocumentChanged 1

Operation failed due to the document changing.

DocumentNotOpen 2

Operation failed because the target document is not open in the host process.

TextViewNotOpen 3

Operation failed because the target text view is not open in the host process.

DocumentVersionTooOld 4

Operation failed because the target document version is too old. Try again with a newer version.

Aborted 5

Operation was aborted for some reason. Check Message property for more information.

Applies to