IDifferenceBufferFactoryService3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IDifferenceBufferFactoryService3 : Microsoft.VisualStudio.Text.Differencing.IDifferenceBufferFactoryService2
type IDifferenceBufferFactoryService3 = interface
interface IDifferenceBufferFactoryService2
interface IDifferenceBufferFactoryService
Public Interface IDifferenceBufferFactoryService3
Implements IDifferenceBufferFactoryService2
Implements
This is a MEF service and can be imported.
Methods
CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean, Boolean)
Create an IDifferenceBuffer for the given left and right buffers and with the given difference options.
(Inherited from IDifferenceBufferFactoryService2 )
CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean)
Create an IDifferenceBuffer for the given left and right buffers and with the given difference options.
(Inherited from IDifferenceBufferFactoryService )
CreateDifferenceBuffer(ITextBuffer, ITextBuffer)
Create an IDifferenceBuffer for the given left and right buffers.
(Inherited from IDifferenceBufferFactoryService )
CreateDifferenceBuffer(ITextDataModel, ITextDataModel, StringDifferenceOptions, Boolean, Boolean, Boolean, Boolean)
Create an IDifferenceBuffer for the given left and right buffers and with the given difference options.
(Inherited from IDifferenceBufferFactoryService2 )
CreateDifferenceBuffer(ITextDataModel, ITextDataModel, StringDifferenceOptions,
Boolean, IProjectionBuffer, Action<IProjectionBuffer,IDifferenceBuffer2,
ITextDataModel>, IProjectionBuffer, Boolean)
Create an IDifferenceBuffer for the given left and right buffers and with the given difference options.
TryGetDifferenceBuffer(IProjectionBufferBase)
If there is a IDifferenceBuffer for the given projection buffer, retrieve it.
(Inherited from IDifferenceBufferFactoryService )
Applies to