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)

property TextViewLineChange Change {
	TextViewLineChange get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Formatting::TextViewLineChange

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

Return to top
Show: