ISnapshotDifference Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | DifferenceBuffer | Gets or sets the IDifferenceBuffer that generated this difference. |
![]() | DifferenceOptions | The difference options that were used in generating this difference. |
![]() | DifferenceSpans | Gets or sets the word and line difference spans as ITrackingSpan objects against the left and right buffer. |
![]() | IgnoreDifferencePredicates | Gets or sets the IgnoreDifferencePredicate objects that were used to generate this difference. |
![]() | InlineBufferSnapshot | Gets or sets the snapshot generated for the inline buffer for this difference. |
![]() | LeftBufferSnapshot | Gets or sets the snapshot of the left buffer used to compute this difference. |
![]() | LineDifferences | Gets or sets the differences for this snapshot. |
![]() | RightBufferSnapshot | Gets or sets the snapshot of the right buffer used to compute this difference. |
![]() | SnapshotLineTransforms | Gets or sets the line transforms that were used to generate this difference. |
Show:
