IDifferenceTrackingSpanCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tracking spans for an ISnapshotDifference for the various line and word differences.
public interface class IDifferenceTrackingSpanCollection
public interface class IDifferenceTrackingSpanCollection
__interface IDifferenceTrackingSpanCollection
public interface IDifferenceTrackingSpanCollection
type IDifferenceTrackingSpanCollection = interface
Public Interface IDifferenceTrackingSpanCollection
Properties
AddedLineSpans |
Added line spans, against the RightBuffer. |
AddedWordSpans |
Added line spans, against the RightBuffer. |
RemovedLineSpans |
Removed line spans, against the LeftBuffer. |
RemovedWordSpans |
Removed word spans, against the LeftBuffer. |