IDifferenceBuffer Interface
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Interface IDifferenceBuffer _
Inherits IDisposable, IPropertyOwner
public interface IDifferenceBuffer : IDisposable,
IPropertyOwner
public interface class IDifferenceBuffer : IDisposable,
IPropertyOwner
type IDifferenceBuffer =
interface
interface IDisposable
interface IPropertyOwner
end
public interface IDifferenceBuffer extends IDisposable, IPropertyOwner
The IDifferenceBuffer type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseLeftBuffer | ||
BaseRightBuffer | ||
CurrentInlineBufferSnapshot | ||
CurrentSnapshotDifference | ||
DifferenceOptions | ||
InlineBuffer | ||
IsEditingDisabled | ||
LeftBuffer | ||
Options | ||
Properties | Gets the collection of properties controlled by the property owner. (Inherited from IPropertyOwner.) | |
RightBuffer |
Top
Methods
Name | Description | |
---|---|---|
AddIgnoreDifferencePredicate | ||
AddSnapshotLineTransform | ||
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
RemoveIgnoreDifferencePredicate | ||
RemoveSnapshotLineTransform |
Top
Events
Name | Description | |
---|---|---|
SnapshotDifferenceChanged | ||
SnapshotDifferenceChanging |
Top