ISnapshotDifference Properties

 

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

NameDescription
System_CAPS_pubpropertyDifferenceBuffer

Gets or sets the IDifferenceBuffer that generated this difference.

System_CAPS_pubpropertyDifferenceOptions

The difference options that were used in generating this difference.

System_CAPS_pubpropertyDifferenceSpans

Gets or sets the word and line difference spans as ITrackingSpan objects against the left and right buffer.

System_CAPS_pubpropertyIgnoreDifferencePredicates

Gets or sets the IgnoreDifferencePredicate objects that were used to generate this difference.

System_CAPS_pubpropertyInlineBufferSnapshot

Gets or sets the snapshot generated for the inline buffer for this difference.

System_CAPS_pubpropertyLeftBufferSnapshot

Gets or sets the snapshot of the left buffer used to compute this difference.

System_CAPS_pubpropertyLineDifferences

Gets or sets the differences for this snapshot.

System_CAPS_pubpropertyRightBufferSnapshot

Gets or sets the snapshot of the right buffer used to compute this difference.

System_CAPS_pubpropertySnapshotLineTransforms

Gets or sets the line transforms that were used to generate this difference.

Return to top
Show: