IMapEditToData Interface

Definition

Interface to facilitate mapping between positions in an TextViewModel's EditBuffer and DataBuffer.

public interface class IMapEditToData
public interface IMapEditToData
type IMapEditToData = interface
Public Interface IMapEditToData

Methods

MapDataToEdit(Int32)

Map a position in an TextViewModel's DataBuffer to a position in its EditBuffer.

MapEditToData(Int32)

Map a position in an TextViewModel's EditBuffer to a position in its DataBuffer.

Applies to