Share via


TextEdit Class

Definition

A list of changes applied to a ITextDocumentSnapshot.

public sealed class TextEdit
type TextEdit = class
Public NotInheritable Class TextEdit
Inheritance
TextEdit

Constructors

TextEdit(TextRange, String)

Properties

Range

The range to replace. Can be zero length.

Text

The new text to insert.

Applies to