IMappingPoint Interface

Definition

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.

Applies to