TextDocumentSnapshotEditResponse 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 outcome of a call to EditAsync(Action<IEditBatch>, CancellationToken) for changes to a particular ITextDocumentSnapshot in the host Visual Studio process.
public sealed class TextDocumentSnapshotEditResponse
type TextDocumentSnapshotEditResponse = class
Public NotInheritable Class TextDocumentSnapshotEditResponse
- Inheritance
-
TextDocumentSnapshotEditResponse
Constructors
TextDocumentSnapshotEditResponse(ITextDocumentSnapshot, EditResult) |
Initializes a new instance of the TextDocumentSnapshotEditResponse class. |
Properties
After |
Gets the ITextDocumentSnapshot version after the changes were applied. |
EditResult |
Gets or sets the result of the edit operation. Success if all changes were applied successfully to the target ITextDocumentSnapshot. |