ISnapshotDifference Interface
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Interface ISnapshotDifference
public interface ISnapshotDifference
public interface class ISnapshotDifference
type ISnapshotDifference = interface end
public interface ISnapshotDifference
The ISnapshotDifference type exposes the following members.
Properties
Name | Description | |
---|---|---|
DifferenceBuffer | ||
DifferenceOptions | ||
DifferenceSpans | ||
IgnoreDifferencePredicates | ||
InlineBufferSnapshot | ||
LeftBufferSnapshot | ||
LineDifferences | ||
RightBufferSnapshot | ||
SnapshotLineTransforms |
Top
Methods
Top