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