IMapEditToData 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.
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. |