IProjectionEditResolver Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | FillInInsertionSizes(SnapshotPoint, ReadOnlyCollection<SnapshotPoint>^, String^, IList<Int32>^) | When text is inserted into the projection buffer at the projection insertion point, determine how many characters of the insertion text are to be inserted into the source buffer at each source insertion point. |
![]() | FillInReplacementSizes(SnapshotSpan, ReadOnlyCollection<SnapshotSpan>^, String^, IList<Int32>^) | When text at the projection replacement span is replaced in a projection buffer, determine how many characters of the insertion text are to be inserted into the source buffer at each source insertion point (which are the Start points of the sourceReplacementSpans). |
![]() | GetTypicalInsertionPosition(SnapshotPoint, ReadOnlyCollection<SnapshotPoint>^) | When a position in the projection buffer lies on a source buffer seam, determine which source insertion point would receive a typical insertion. |
Show:
