Freigeben über


IDifferenceTrackingSpanCollection Interface

Tracking spans for an ISnapshotDifference for the various line and word differences.

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

Syntax

'Declaration
Public Interface IDifferenceTrackingSpanCollection
public interface IDifferenceTrackingSpanCollection
public interface class IDifferenceTrackingSpanCollection
type IDifferenceTrackingSpanCollection =  interface end
public interface IDifferenceTrackingSpanCollection

The IDifferenceTrackingSpanCollection type exposes the following members.

Properties

  Name Description
Public property AddedLineSpans Gets or sets the added line spans, against the RightBuffer.
Public property AddedWordSpans Gets or sets the added line spans, against the RightBuffer.
Public property RemovedLineSpans Gets or sets the removed line spans, against the LeftBuffer.
Public property RemovedWordSpans Gets or sets the removed word spans, against the LeftBuffer.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace