IDifferenceBufferFactoryService Interface

 

A factory for creating IDifferenceBuffer instances.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public interface class IDifferenceBufferFactoryService

NameDescription
System_CAPS_pubmethodCreateDifferenceBuffer(ITextBuffer^, ITextBuffer^)

Creates an IDifferenceBuffer for the given left and right buffers.

System_CAPS_pubmethodCreateDifferenceBuffer(ITextBuffer^, ITextBuffer^, StringDifferenceOptions, Boolean, Boolean, Boolean)

Creates an IDifferenceBuffer for the given left and right buffers and with the given difference options.

System_CAPS_pubmethodTryGetDifferenceBuffer(IProjectionBufferBase^)

Gets the IDifferenceBuffer for the given projection buffer if there is one.

This is a MEF service and can be imported.

Return to top
Show: