IWpfTextViewLineCollection Methods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.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.(Inherited from ITextViewLineCollection.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | GetCharacterBounds(SnapshotPoint) | Gets the text bounds of the specified text buffer position.(Inherited from ITextViewLineCollection.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | GetIndexOfTextLine(ITextViewLine^) | Gets the index in the text lines of the given text view line.(Inherited from ITextViewLineCollection.) |
![]() | GetLineMarkerGeometry(SnapshotSpan) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. |
![]() | GetLineMarkerGeometry(SnapshotSpan, Boolean, Thickness) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. |
![]() | GetMarkerGeometry(SnapshotSpan) | Creates a marker geometry for the specified snapshot span. |
![]() | GetMarkerGeometry(SnapshotSpan, Boolean, Thickness) | Creates a marker geometry for the specified snapshot span. |
![]() | GetNormalizedTextBounds(SnapshotSpan) | Gets a collection of TextBounds structures for the text that corresponds to the given span.(Inherited from ITextViewLineCollection.) |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the span whose text element span contains the given buffer position.(Inherited from ITextViewLineCollection.) |
![]() | GetTextMarkerGeometry(SnapshotSpan) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. |
![]() | GetTextMarkerGeometry(SnapshotSpan, Boolean, Thickness) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. |
![]() | GetTextViewLineContainingBufferPosition(SnapshotPoint) | Gets the IWpfTextViewLine that contains the specified text buffer position. |
![]() | GetTextViewLineContainingYCoordinate(Double) | Gets the ITextViewLine that contains the specified y-coordinate.(Inherited from ITextViewLineCollection.) |
![]() | GetTextViewLinesIntersectingSpan(SnapshotSpan) | Gets all of the ITextViewLine objects that intersect bufferSpan.(Inherited from ITextViewLineCollection.) |
![]() | 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.(Inherited from ITextViewLineCollection.) |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | RemoveAt(Int32) | (Inherited from IList<T>.) |
