IDifferenceBufferFactoryService 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.
A factory for creating IDifferenceBuffer instances.
public interface class IDifferenceBufferFactoryService
public interface class IDifferenceBufferFactoryService
__interface IDifferenceBufferFactoryService
public interface IDifferenceBufferFactoryService
type IDifferenceBufferFactoryService = interface
Public Interface IDifferenceBufferFactoryService
- Derived
Remarks
This is a MEF service and can be imported.
Methods
CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean) |
Create an IDifferenceBuffer for the given left and right buffers and with the given difference options. |
CreateDifferenceBuffer(ITextBuffer, ITextBuffer) |
Create an IDifferenceBuffer for the given left and right buffers. |
TryGetDifferenceBuffer(IProjectionBufferBase) |
If there is a IDifferenceBuffer for the given projection buffer, retrieve it. |