IDifferenceBufferFactoryService2 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 class IDifferenceBufferFactoryService2 : Microsoft::VisualStudio::Text::Differencing::IDifferenceBufferFactoryService
public interface IDifferenceBufferFactoryService2 : Microsoft.VisualStudio.Text.Differencing.IDifferenceBufferFactoryService
type IDifferenceBufferFactoryService2 = interface
interface IDifferenceBufferFactoryService
Public Interface IDifferenceBufferFactoryService2
Implements IDifferenceBufferFactoryService
Derived
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.
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.
TryGetDifferenceBuffer(IProjectionBufferBase)
If there is a IDifferenceBuffer for the given projection buffer, retrieve it.
(Inherited from IDifferenceBufferFactoryService )
Applies to