IWpfTextViewLineCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContainsBufferPosition(SnapshotPoint)

Determines whether the specified buffer position is contained by any of the ITextViewLine objects in the collection.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodGetCharacterBounds(SnapshotPoint)

Gets the text bounds of the specified text buffer position.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodGetIndexOfTextLine(ITextViewLine^)

Gets the index in the text lines of the given text view line.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodGetLineMarkerGeometry(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.

System_CAPS_pubmethodGetLineMarkerGeometry(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.

System_CAPS_pubmethodGetMarkerGeometry(SnapshotSpan)

Creates a marker geometry for the specified snapshot span.

System_CAPS_pubmethodGetMarkerGeometry(SnapshotSpan, Boolean, Thickness)

Creates a marker geometry for the specified snapshot span.

System_CAPS_pubmethodGetNormalizedTextBounds(SnapshotSpan)

Gets a collection of TextBounds structures for the text that corresponds to the given span.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodGetTextElementSpan(SnapshotPoint)

Gets the span whose text element span contains the given buffer position.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodGetTextMarkerGeometry(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.

System_CAPS_pubmethodGetTextMarkerGeometry(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.

System_CAPS_pubmethodGetTextViewLineContainingBufferPosition(SnapshotPoint)

Gets the IWpfTextViewLine that contains the specified text buffer position.

System_CAPS_pubmethodGetTextViewLineContainingYCoordinate(Double)

Gets the ITextViewLine that contains the specified y-coordinate.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodGetTextViewLinesIntersectingSpan(SnapshotSpan)

Gets all of the ITextViewLine objects that intersect bufferSpan.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from IList<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from IList<T>.)

System_CAPS_pubmethodIntersectsBufferSpan(SnapshotSpan)

Determines whether the specified buffer span intersects any of the ITextViewLine objects in the collection.(Inherited from ITextViewLineCollection.)

System_CAPS_pubmethodRemove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from IList<T>.)

Return to top
Show: