TextDocumentContentChangeEvent 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 which encapsulates a text document changed event.
See the Language Server Protocol specification for additional information.
public ref class TextDocumentContentChangeEvent
[System.Runtime.Serialization.DataContract]
public class TextDocumentContentChangeEvent
[<System.Runtime.Serialization.DataContract>]
type TextDocumentContentChangeEvent = class
Public Class TextDocumentContentChangeEvent
- Inheritance
-
TextDocumentContentChangeEvent
- Attributes
Constructors
TextDocumentContentChangeEvent() |
Properties
Range |
Gets or sets the range of the text that was changed. |
RangeLength |
Gets or sets the length of the range that got replaced. |
Text |
Gets or sets the new text of the range/document. |