ISnapshotDifference::MapToInlineSnapshot Method (SnapshotPoint)

 

Maps a point from either the left or right buffer to the inline snapshot.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

SnapshotPoint MapToInlineSnapshot(
	SnapshotPoint point
)

Parameters

point
Type: Microsoft.VisualStudio.Text::SnapshotPoint

The point to map.

This is equivalent to calling MapToSnapshot.

Return to top
Show: