ITextViewLineCollection Methods
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | ContainsBufferPosition(SnapshotPoint) | Determines whether the specified buffer position is contained by any of the ITextViewLine objects in the collection. |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | GetCharacterBounds(SnapshotPoint) | Gets the text bounds of the specified text buffer position. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | GetIndexOfTextLine(ITextViewLine^) | Gets the index in the text lines of the given text view line. |
![]() | GetNormalizedTextBounds(SnapshotSpan) | Gets a collection of TextBounds structures for the text that corresponds to the given span. |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the span whose text element span contains the given buffer position. |
![]() | GetTextViewLineContainingBufferPosition(SnapshotPoint) | Gets the ITextViewLine that contains the specified text buffer position. |
![]() | GetTextViewLineContainingYCoordinate(Double) | Gets the ITextViewLine that contains the specified y-coordinate. |
![]() | GetTextViewLinesIntersectingSpan(SnapshotSpan) | Gets all of the ITextViewLine objects that intersect bufferSpan. |
![]() | IndexOf(T) | (Inherited from IList<T>.) |
![]() | Insert(Int32, T) | (Inherited from IList<T>.) |
![]() | IntersectsBufferSpan(SnapshotSpan) | Determines whether the specified buffer span intersects any of the ITextViewLine objects in the collection. |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | RemoveAt(Int32) | (Inherited from IList<T>.) |
