ISnapshotDifference Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | FindMatchOrDifference(SnapshotPoint, Match^, Difference^) | Finds the match or difference that contains the specified point. |
![]() | MapToInlineSnapshot(SnapshotPoint) | Maps a point from either the left or right buffer to the inline snapshot. |
![]() | MapToSnapshot(Difference^, ITextSnapshot^) | Gets the extent of the difference in the specified snapshot. |
![]() | MapToSnapshot(SnapshotPoint, ITextSnapshot^, DifferenceMappingMode) | Map the specified SnapshotPoint to the specified ITextSnapshot. |
![]() | MapToSourceSnapshot(SnapshotPoint) | Maps the specified SnapshotPoint in the inline buffer to its corresponding location in the left or right snapshots. |
![]() | TranslateToSnapshot(SnapshotPoint) | Translates the specified point to the corresponding snapshot associated with the snapshot difference. |
Show:
