IWpfTextViewLineCollection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<T>.) |
![]() | FirstVisibleLine | Gets the first line that is not completely hidden. |
![]() | FormattedSpan | Gets the span of text contained in this ITextViewLine collection.(Inherited from ITextViewLineCollection.) |
![]() | IsReadOnly | (Inherited from ICollection<T>.) |
![]() | IsValid | Determines whether this ITextViewLineCollection object is still valid.(Inherited from ITextViewLineCollection.) |
![]() | Item[Int32] | Get the IWpfTextViewLine at index. |
![]() | LastVisibleLine | Gets the last line that is not completely hidden. |
![]() | WpfTextViewLines | Gets a collection of IWpfTextViewLine objects. |
Show:
