TextDocumentContentChangeEvent Class

Definition

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.

Applies to