TextDocumentEdit 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.
Class representing a set of changes to a single text document.
See the Language Server Protocol specification for additional information.
public ref class TextDocumentEdit
[System.Runtime.Serialization.DataContract]
public class TextDocumentEdit
[<System.Runtime.Serialization.DataContract>]
type TextDocumentEdit = class
Public Class TextDocumentEdit
- Inheritance
-
TextDocumentEdit
- Attributes
Constructors
TextDocumentEdit() |
Properties
Edits |
Gets or sets the array of edits to be applied to the document. |
TextDocument |
Gets or sets a document identifier indication which document to apply the edits to. |