IProjectionEditResolver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the creator of a projection buffer to control behavior of certain edits to the buffer.
public interface class IProjectionEditResolver
public interface class IProjectionEditResolver
__interface IProjectionEditResolver
public interface IProjectionEditResolver
type IProjectionEditResolver = interface
Public Interface IProjectionEditResolver
Methods
FillInInsertionSizes(SnapshotPoint, ReadOnlyCollection<SnapshotPoint>, String, IList<Int32>) |
When text is inserted into the projection buffer at |
FillInReplacementSizes(SnapshotSpan, ReadOnlyCollection<SnapshotSpan>, String, IList<Int32>) |
When text at |
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. |