Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A factory for creating IDifferenceBuffer instances.
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 | |
|---|---|---|
| .gif) | CreateDifferenceBuffer(ITextBuffer, ITextBuffer) | Creates an IDifferenceBuffer for the given left and right buffers. | 
| .gif) | CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean) | Creates an IDifferenceBuffer for the given left and right buffers and with the given difference options. | 
| .gif) | TryGetDifferenceBuffer | Gets the IDifferenceBuffer for the given projection buffer if there is one. | 
Top
Remarks
This is a MEF service and can be imported.