TextViewLineChange Enumeration

Defines the possible types of change in a rendered text line between one layout and another.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Enumeration TextViewLineChange
public enum TextViewLineChange
public enum class TextViewLineChange
type TextViewLineChange
public enum TextViewLineChange

Members

Member name Description
None No change type is specified.
NewOrReformatted The line is new or reformatted.
Translated The text has not changed, but some change has caused the y-coordinate to change. For example, a line was inserted above this line, or the user scrolled the view up or down.

See Also

Reference

Microsoft.VisualStudio.Text.Formatting Namespace