TextViewLayoutChangedEventArgs::NewOrReformattedLines Property
Visual Studio 2015
Gets a read-only collection of new or reformatted lines.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property ReadOnlyCollection<ITextViewLine^>^ NewOrReformattedLines { ReadOnlyCollection<ITextViewLine^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextViewLine^>^A read-only collection of new or reformatted lines.
Show: