TextEdit 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 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. |