IMappingPoint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A position in a ITextBuffer that can be mapped within a IBufferGraph.
public interface class IMappingPoint
public interface class IMappingPoint
__interface IMappingPoint
public interface IMappingPoint
type IMappingPoint = interface
Public Interface IMappingPoint
Properties
AnchorBuffer |
The ITextBuffer from which this point was created. |
BufferGraph |
The IBufferGraph that this point uses to perform the mapping. |
Methods
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. |