EditResponse Class
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.
Describes the cumulative result of a call to EditAsync(Action<IEditBatch>, CancellationToken).
public sealed class EditResponse
type EditResponse = class
Public NotInheritable Class EditResponse
- Inheritance
-
EditResponse
Constructors
Properties
DocumentEditResults |
Gets or sets per-document operation results including per document errors and updated ITextDocumentSnapshot versions. |
Message |
Gets any cumulative error message, |
Succeeded |
Gets a value indicating whether the cumulative operation completed successfully. |
TextViewEditResults |
Gets or sets per text view operation results including per text view errors and updated ITextViewSnapshot versions. |