IMappingSpan Interface

 

A span in a ITextBuffer that can be mapped within a IBufferGraph.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public interface IMappingSpan

NameDescription
System_CAPS_pubpropertyAnchorBuffer

Gets the ITextBuffer from which this span was created.

System_CAPS_pubpropertyBufferGraph

Gets the IBufferGraph that this span uses to perform mapping.

System_CAPS_pubpropertyEnd

Gets the IMappingPoint for the end of this span.

System_CAPS_pubpropertyStart

Gets the IMappingPoint for the start of this span.

NameDescription
System_CAPS_pubmethodGetSpans(ITextBuffer)

Maps the span to a particular ITextBuffer.

System_CAPS_pubmethodGetSpans(ITextSnapshot)

Maps the span to a particular ITextSnapshot.

System_CAPS_pubmethodGetSpans(Predicate<ITextBuffer>)

Maps the span to a matching ITextBuffer.

Return to top
Show: