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)

public interface class IMappingPoint

NameDescription
System_CAPS_pubpropertyAnchorBuffer

The ITextBuffer from which this point was created.

System_CAPS_pubpropertyBufferGraph

Gets the IBufferGraph that this point uses to perform the mapping.

NameDescription
System_CAPS_pubmethodGetInsertionPoint(Predicate<ITextBuffer^>^)

Maps the point to an insertion point in a matching ITextBuffer.

System_CAPS_pubmethodGetPoint(ITextBuffer^, PositionAffinity)

Maps the point to a particular ITextBuffer.

System_CAPS_pubmethodGetPoint(ITextSnapshot^, PositionAffinity)

Maps the point to a particular ITextSnapshot.

System_CAPS_pubmethodGetPoint(Predicate<ITextBuffer^>^, PositionAffinity)

Maps the point to a matching ITextBuffer.

Return to top
Show: