TextEdit Class

Definition

Class which represents a text edit to a document.

See the Language Server Protocol specification for additional information.

public ref class TextEdit
[System.Runtime.Serialization.DataContract]
public class TextEdit
[<System.Runtime.Serialization.DataContract>]
type TextEdit = class
Public Class TextEdit
Inheritance
TextEdit
Attributes

Constructors

TextEdit()

Properties

NewText

Gets or sets the value of the new text.

Range

Gets or sets the value which indicates the range of the text edit.

Applies to