MapToDifferenceBuffer Method ()

Given a point that maps to either the LeftBuffer or RightBuffer, map that point up to the difference buffer.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Function MapToDifferenceBuffer ( _
    point As SnapshotPoint _
) As SnapshotPoint
'Usage
Dim instance As IDifferenceBuffer
Dim point As SnapshotPoint
Dim returnValue As SnapshotPoint

returnValue = instance.MapToDifferenceBuffer(point)
SnapshotPoint MapToDifferenceBuffer(
    SnapshotPoint point
)
SnapshotPoint MapToDifferenceBuffer(
    SnapshotPoint point
)
abstract MapToDifferenceBuffer : 
        point:SnapshotPoint -> SnapshotPoint 
function MapToDifferenceBuffer(
    point : SnapshotPoint
) : SnapshotPoint

Parameters

Return Value

Type: SnapshotPoint
A point in the top buffer.

See Also

Reference

IDifferenceBuffer Interface

MapToDifferenceBuffer Overload

Microsoft.VisualStudio.Data.Tools.Delta Namespace