命名空间: Microsoft.VisualStudio.Text.Differencing
程序集: Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)
语法
声明
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
IDifferenceBuffer 类型公开以下成员。
属性
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
AddIgnoreDifferencePredicate | |
![]() |
AddSnapshotLineTransform | |
![]() |
Dispose | 执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable。) |
![]() |
RemoveIgnoreDifferencePredicate | |
![]() |
RemoveSnapshotLineTransform |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
SnapshotDifferenceChanged | |
![]() |
SnapshotDifferenceChanging |
页首