ITextViewLineCollection Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.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.

System_CAPS_pubpropertyIsReadOnly

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyIsValid

Determines whether this ITextViewLineCollection object is still valid.

System_CAPS_pubpropertyItem[Int32]

(Inherited from IList<T>.)

System_CAPS_pubpropertyLastVisibleLine

Gets the last line that is not completely hidden.

Return to top
Show: