IMapEditToData.MapEditToData(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 EditBuffer to a position in its DataBuffer.
public:
int MapEditToData(int editPoint);
public int MapEditToData (int editPoint);
abstract member MapEditToData : int -> int
Public Function MapEditToData (editPoint As Integer) As Integer
Parameters
- editPoint
- Int32