ITextViewLine.Change Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.