Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
AddedLineSpans | Gets or sets the added line spans, against the RightBuffer. |
![]() |
AddedWordSpans | Gets or sets the added line spans, against the RightBuffer. |
![]() |
RemovedLineSpans | Gets or sets the removed line spans, against the LeftBuffer. |
![]() |
RemovedWordSpans | Gets or sets the removed word spans, against the LeftBuffer. |
Top