IMappingPoint Interface
Visual Studio 2015
A position in a ITextBuffer that can be mapped within a IBufferGraph.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | AnchorBuffer | The ITextBuffer from which this point was created. |
![]() | BufferGraph | Gets the IBufferGraph that this point uses to perform the mapping. |
| Name | Description | |
|---|---|---|
![]() | GetInsertionPoint(Predicate<ITextBuffer>) | Maps the point to an insertion point in a matching ITextBuffer. |
![]() | GetPoint(ITextBuffer, PositionAffinity) | Maps the point to a particular ITextBuffer. |
![]() | GetPoint(ITextSnapshot, PositionAffinity) | Maps the point to a particular ITextSnapshot. |
![]() | GetPoint(Predicate<ITextBuffer>, PositionAffinity) | Maps the point to a matching ITextBuffer. |
Show:

