ITextViewLine.Change Property

Gets the change to this rendered textline between the current layout and the previous layout.

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

Syntax

'Declaration
ReadOnly Property Change As TextViewLineChange
TextViewLineChange Change { get; }
property TextViewLineChange Change {
    TextViewLineChange get ();
}
abstract Change : TextViewLineChange
function get Change () : TextViewLineChange

Property Value

Type: Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
The change to this rendered textline between the current layout and the previous layout.

.NET Framework Security

See Also

Reference

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace