DifferenceTrackingSpans Class
Tracking spans for an ISnapshotDifference for the various line and word differences.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceTrackingSpans
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public Class DifferenceTrackingSpans
'Usage
Dim instance As DifferenceTrackingSpans
public class DifferenceTrackingSpans
public ref class DifferenceTrackingSpans
type DifferenceTrackingSpans = class end
public class DifferenceTrackingSpans
The DifferenceTrackingSpans type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DifferenceTrackingSpans | Initializes a new instance of the DifferenceTrackingSpans class. |
Top
Properties
Name | Description | |
---|---|---|
AddedLineSpans | Added line spans, against the right buffer. | |
AddedWordSpans | Added line spans, against the right buffer. | |
RemovedLineSpans | Removed line spans, against the left buffer. | |
RemovedWordSpans | Removed word spans, against the left buffer. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.