IWpfTextViewLine::TextLines Property

 

Gets a list of text lines that make up the formatted text line.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property ReadOnlyCollection<TextLine^>^ TextLines {
	ReadOnlyCollection<TextLine^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<TextLine^>^

A read-only collection of text lines.

Exception Condition
ObjectDisposedException

this IWpfTextViewLine has been disposed.

Return to top
Show: