IMappingPoint Interface
A position 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)
Syntax
'Declaration
Public Interface IMappingPoint
public interface IMappingPoint
public interface class IMappingPoint
type IMappingPoint = interface end
public interface IMappingPoint
The IMappingPoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
AnchorBuffer | The ITextBuffer from which this point was created. | |
BufferGraph | Gets the IBufferGraph that this point uses to perform the mapping. |
Top
Methods
Name | Description | |
---|---|---|
GetInsertionPoint | Maps the point to an insertion point in a matching ITextBuffer. | |
GetPoint(ITextBuffer, PositionAffinity) | Maps the point to a particular ITextBuffer. | |
GetPoint(Predicate<ITextBuffer>, PositionAffinity) | Maps the point to a matching ITextBuffer. | |
GetPoint(ITextSnapshot, PositionAffinity) | Maps the point to a particular ITextSnapshot. |
Top