TextViewLayoutChangedEventArgs.NewOrReformattedLines 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 a read-only collection of new or reformatted lines.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^> ^ NewOrReformattedLines { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.ITextViewLine> NewOrReformattedLines { get; }
member this.NewOrReformattedLines : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.ITextViewLine>
Public ReadOnly Property NewOrReformattedLines As ReadOnlyCollection(Of ITextViewLine)
Property Value
A read-only collection of new or reformatted lines.