ISnapshotDifference Methods

 

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

NameDescription
System_CAPS_pubmethodFindMatchOrDifference(SnapshotPoint, Match^, Difference^)

Finds the match or difference that contains the specified point.

System_CAPS_pubmethodMapToInlineSnapshot(SnapshotPoint)

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

System_CAPS_pubmethodMapToSnapshot(Difference^, ITextSnapshot^)

Gets the extent of the difference in the specified snapshot.

System_CAPS_pubmethodMapToSnapshot(SnapshotPoint, ITextSnapshot^, DifferenceMappingMode)

Map the specified SnapshotPoint to the specified ITextSnapshot.

System_CAPS_pubmethodMapToSourceSnapshot(SnapshotPoint)

Maps the specified SnapshotPoint in the inline buffer to its corresponding location in the left or right snapshots.

System_CAPS_pubmethodTranslateToSnapshot(SnapshotPoint)

Translates the specified point to the corresponding snapshot associated with the snapshot difference.

Return to top
Show: