IMappingPoint Methods

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

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: