IDifferenceBufferFactoryService Interface
Visual Studio 2015
A factory for creating IDifferenceBuffer instances.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CreateDifferenceBuffer(ITextBuffer, ITextBuffer) | Creates an IDifferenceBuffer for the given left and right buffers. |
![]() | CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean) | Creates an IDifferenceBuffer for the given left and right buffers and with the given difference options. |
![]() | TryGetDifferenceBuffer(IProjectionBufferBase) | Gets the IDifferenceBuffer for the given projection buffer if there is one. |
This is a MEF service and can be imported.
Show:
