EditResult 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.
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. |