IMappingSpan Interface
Visual Studio 2015
A span in a ITextBuffer that can be mapped within a IBufferGraph.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | AnchorBuffer | Gets the ITextBuffer from which this span was created. |
![]() | BufferGraph | Gets the IBufferGraph that this span uses to perform mapping. |
![]() | End | Gets the IMappingPoint for the end of this span. |
![]() | Start | Gets the IMappingPoint for the start of this span. |
| Name | Description | |
|---|---|---|
![]() | GetSpans(ITextBuffer) | Maps the span to a particular ITextBuffer. |
![]() | GetSpans(ITextSnapshot) | Maps the span to a particular ITextSnapshot. |
![]() | GetSpans(Predicate<ITextBuffer>) | Maps the span to a matching ITextBuffer. |
Show:

