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

Name Description
TextEdit(TextRange, String)

Properties

Name Description
Range

The range to replace. Can be zero length.

Text

The new text to insert.

Applies to