ITextViewLine.Change Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Formatting::TextViewLineChange Change { Microsoft::VisualStudio::Text::Formatting::TextViewLineChange get(); };
public:
 property Microsoft::VisualStudio::Text::Formatting::TextViewLineChange Change { Microsoft::VisualStudio::Text::Formatting::TextViewLineChange get(); };
public Microsoft.VisualStudio.Text.Formatting.TextViewLineChange Change { get; }
member this.Change : Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
Public ReadOnly Property Change As TextViewLineChange

Property Value

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

Applies to