IWpfTextViewLineCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyFirstVisibleLine

Gets the first line that is not completely hidden.

System_CAPS_pubpropertyFormattedSpan

Gets the span of text contained in this ITextViewLine collection.(Inherited from ITextViewLineCollection.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyIsValid

Determines whether this ITextViewLineCollection object is still valid.(Inherited from ITextViewLineCollection.)

System_CAPS_pubpropertyItem[Int32]

Get the IWpfTextViewLine at index.

System_CAPS_pubpropertyLastVisibleLine

Gets the last line that is not completely hidden.

System_CAPS_pubpropertyWpfTextViewLines

Gets a collection of IWpfTextViewLine objects.

Return to top
Show: