IDifferenceTrackingSpanCollection Interface

Definition

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.

Applies to