Interface IDifferenceBuffer
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
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
O tipo IDifferenceBuffer expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BaseLeftBuffer | ||
BaseRightBuffer | ||
CurrentInlineBufferSnapshot | ||
CurrentSnapshotDifference | ||
DifferenceOptions | ||
InlineBuffer | ||
IsEditingDisabled | ||
LeftBuffer | ||
Options | ||
Properties | Obtém a coleção de propriedades controlada pelo proprietário de propriedade. (Herdado de IPropertyOwner.) | |
RightBuffer |
Superior
Métodos
Nome | Descrição | |
---|---|---|
AddIgnoreDifferencePredicate | ||
AddSnapshotLineTransform | ||
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de IDisposable.) | |
RemoveIgnoreDifferencePredicate | ||
RemoveSnapshotLineTransform |
Superior
Eventos
Nome | Descrição | |
---|---|---|
SnapshotDifferenceChanged | ||
SnapshotDifferenceChanging |
Superior