IDifferenceBufferFactoryService Interface

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public Interface IDifferenceBufferFactoryService
public interface IDifferenceBufferFactoryService
public interface class IDifferenceBufferFactoryService
type IDifferenceBufferFactoryService =  interface end
public interface IDifferenceBufferFactoryService

The IDifferenceBufferFactoryService type exposes the following members.

Methods

  Name Description
Public method CreateDifferenceBuffer(ITextBuffer, ITextBuffer)
Public method CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean)
Public method TryGetDifferenceBuffer

Top

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace