IMapEditToData.MapDataToEdit(Int32) Method
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.
Map a position in an TextViewModel's DataBuffer to a position in its EditBuffer.
public:
int MapDataToEdit(int dataPoint);
public int MapDataToEdit (int dataPoint);
abstract member MapDataToEdit : int -> int
Public Function MapDataToEdit (dataPoint As Integer) As Integer
Parameters
- dataPoint
- Int32