TextViewLineChange 枚举

定义在一个布局与另一个布局之间,呈现的文本行的可能更改类型。

命名空间:  Microsoft.VisualStudio.Text.Formatting
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Public Enumeration TextViewLineChange
public enum TextViewLineChange
public enum class TextViewLineChange
type TextViewLineChange
public enum TextViewLineChange

成员

成员名称 说明
NewOrReformatted 行为新行,或重新设置了格式。
None 未指定更改类型。
Translated 文本尚未更改,但某些更改导致 y 坐标更改。例如,在此行上方插入了一行,或用户向上或向下滚动了视图。

请参阅

参考

Microsoft.VisualStudio.Text.Formatting 命名空间