IWpfTextView::TextViewLines Property
Visual Studio 2015
Gets the text view lines as an IWpfTextViewLineCollection.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Property Value
Type: Microsoft.VisualStudio.Text.Editor::IWpfTextViewLineCollection^The text view lines as an IWpfTextViewLineCollection.
This property is null during the initialization of the view.
None of the lines in this collection have a P:Microsoft.VisualStudio.Text.Editor.IWpfTextViewLine.VisibilityState of Unattached. Often the first and last lines in this collection have a VisibilityState of Hidden.
Show: