TextChange 结构

定义

public value class TextChange
public struct TextChange
type TextChange = struct
Public Structure TextChange
继承
TextChange

构造函数

TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer)

属性

IsDelete
IsInsert
IsReplace
NewBuffer
NewLength
NewPosition
NewText
OldBuffer
OldLength
OldPosition
OldText

方法

ApplyChange(Span)

将文本更改应用于范围的内容,并返回新内容。 此方法不会更新范围内容。

ApplyChange(String, Int32)
Equals(Object)
GetHashCode()
Normalize()

从编辑中删除通用前缀,尽可能将 IntelliSense 替换转换为插入

ToString()

运算符

Equality(TextChange, TextChange)
Inequality(TextChange, TextChange)

适用于