IWpfTextViewLineCollection::WpfTextViewLines Property
Visual Studio 2015
Gets a collection of IWpfTextViewLine objects.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
property ReadOnlyCollection<IWpfTextViewLine^>^ WpfTextViewLines {
ReadOnlyCollection<IWpfTextViewLine^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IWpfTextViewLine^>^A collection of IWpfTextViewLine objects.
Show: